Just hide the volume indicator from the top bar and nothing more.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
11 | Active |
10 | Inactive |
9 | Rejected |
8 | Rejected |
7 | Rejected |
6 | Rejected |
5 | Rejected |
4 | Rejected |
3 | Rejected |
2 | Inactive |
1 | Rejected |
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; ```
Okie, thank you, I'll update extension later You helped me a lot with this extension <3