Simply add your username to topbar panel quick settings menu.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Version | Status |
---|---|
14 | Active |
13 | Active |
12 | Active |
11 | Active |
10 | Inactive |
9 | Inactive |
8 | Active |
7 | Rejected |
6 | Rejected |
5 | Rejected |
4 | Inactive |
3 | Inactive |
2 | Inactive |
1 | Inactive |
1. You cannot create objects in init(). Please move everything from init to enable: https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization 2. You should also do this on disable: if (label) { label.destroy(); label = null; } If you need any help with your extension you can ask us on: GNOME Matrix channel: https://matrix.to/#/#extensions:gnome.org IRC Bridge: irc://irc.gimpnet.org/shell-extensions