GNOME Shell extension to add Resolution and Refresh Rate toggle menu to Quick Settings
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. Also null out in disable: ```js this.monitorsConfigProxyWrapper = null; ``` [EGO Review Guidelines: Destroy](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#destroy-all-objects) 2. Please disconnect on disable (line 69 `extension.js`): [EGO Review Guidelines: Disconnect All Signals](https://gjs.guide/extensions/review-guidelines/review-guidelines.html#disconnect-all-signals) 3. Use `console.*` instead of `log()` (line 17 `fileUtils.js`): [Port Guide 45: Logging](https://gjs.guide/extensions/upgrading/gnome-shell-45.html#logging) 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
thank you for the review! will fix it