Toggle workspaces spanning displays.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
1. You cannot create objects in global scope which is the same as init (line 19 extension.js): https://gjs.guide/extensions/review-guidelines/review-guidelines.html#only-use-init-for-initialization Move that to enable and null that out in disable. 2. Also do this in disable: ```js this.settings = 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
I instead moved the settings and mutterSettings objects to inside the other classes, I hope that's fine. I've submitted a new version. Thanks.