A Gnome Shell Extension for organizing your Gnome Shell top bar. https://extensions.gnome.org/extension/4356/top-bar-organizer/
Find a file
Julian Schacher 49c46bf33f
Update: Don't create object as result of init() being called
Create `this.settings` on enable instead of on init/creation, so that no
objects get created as a result of `init()` being called.

See here for the relevant review:
https://extensions.gnome.org/review/25308
And for the relevant documentation:
https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Only_use_.60init.28.29.60_for_initialization
2021-06-21 18:46:34 +02:00
.vscode Other: Specify a textwidth of 80 for JavaScript 2021-05-14 13:18:30 +02:00
docs Other: Add .editorconfigs 2021-05-16 20:05:58 +02:00
src Update: Don't create object as result of init() being called 2021-06-21 18:46:34 +02:00
.editorconfig Feature: Add initial preferences dialog 2021-05-25 00:24:44 +02:00
.eslintignore Other: Introduce ESLint for code linting 2021-05-17 17:45:22 +02:00
.eslintrc.yml Other: Introduce ESLint for code linting 2021-05-17 17:45:22 +02:00
.gitignore Build: Add script for packaging this extension 2021-06-19 22:26:23 +02:00
CONTRIBUTING.md Docs: Describe what "New" in old commit messages means 2021-06-19 21:53:56 +02:00
COPYING Other: License this project 2021-05-17 14:37:57 +02:00
package-lock.json Other: Introduce ESLint for code linting 2021-05-17 17:45:22 +02:00
package.json Other: Introduce ESLint for code linting 2021-05-17 17:45:22 +02:00
package.sh Build: Add script for packaging this extension 2021-06-19 22:26:23 +02:00