Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
Thanks! Please fix these issues and it will be approved: 1. Also null out in disable: ```js this._settings = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 2. Use `this.openPreferences()` from the entry point instead of spawn command (line 135 `ui/indicator.js`): [Extensions Guide: ExtensionBase](https://gjs.guide/extensions/topics/extension.html#methods-2)
Thank you for the review! Both issues have been fixed in version 5: 1. ✓ Added `this._settings = null;` in disable() 2. ✓ Replaced spawn commands with `this.openPreferences()`