We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb6d6ed commit b29c4b9Copy full SHA for b29c4b9
src/settings.ts
@@ -81,9 +81,7 @@ export class ExtensionSettings {
81
ext: Settings = settings_new_schema(Me.metadata["settings-schema"]);
82
int: Settings | null = settings_new_id("org.gnome.desktop.interface");
83
mutter: Settings | null = settings_new_id("org.gnome.mutter");
84
- shell: Settings | null = settings_new_id(
85
- "org.gnome.shell.extensions.user-theme"
86
- );
+ shell: Settings | null = settings_new_id("org.gnome.shell.extensions.user-theme");
87
88
// Getters
89
0 commit comments