Review of "Hide Volume Indicator" version 10

Details Page Preview

Just hide the volume indicator from the top bar and nothing more.

Extension Homepage
https://codeberg.org/stephaniebread/gnome-hide-volume-indicator

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

All Versions

Version Status
11 Active
10 Inactive
9 Rejected
8 Rejected
7 Rejected
6 Rejected
5 Rejected
4 Rejected
3 Rejected
2 Inactive
1 Rejected

Previous Reviews on this Version

JustPerfection active
JustPerfection posted a review
btw, it would be much better to check for the source id. For example: in disable: ```js if (this.sourceId) { GLib.Source.remove(this.sourceId); } ``` and after line 15: ```js this.sourceId = null; ```
Stephanie Bread posted a review
Okie, thank you, I'll update extension later You helped me a lot with this extension <3