Simple top panel button for toggling Always on Top for windows.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. All properties inside the default class you are exporting need to be null out on disable. [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) I recommend to move out everything to another class and use the entry point to only create the instance of that class. 2. Signal should be disconnected on disable (line 73 `extension.js`). 3. Is this a fork? If so, you need to mention in the description that this extension is a fork of the other extension: [EGO Review Guidelines: Fork](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#metadata-json-must-be-well-formed) If you need any help with your extension you can ask us on: - [GNOME Extensions Matrix Channel](https://matrix.to/#/#extensions:gnome.org) - IRC Bridge: irc://irc.gimpnet.org/shell-extensions
btw, please use a less generic name for the default class you are exporting (for stack trace).