Skip to content

Commit b29c4b9

Browse files
Update settings.ts
1 parent fb6d6ed commit b29c4b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/settings.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,7 @@ export class ExtensionSettings {
8181
ext: Settings = settings_new_schema(Me.metadata["settings-schema"]);
8282
int: Settings | null = settings_new_id("org.gnome.desktop.interface");
8383
mutter: Settings | null = settings_new_id("org.gnome.mutter");
84-
shell: Settings | null = settings_new_id(
85-
"org.gnome.shell.extensions.user-theme"
86-
);
84+
shell: Settings | null = settings_new_id("org.gnome.shell.extensions.user-theme");
8785

8886
// Getters
8987

0 commit comments

Comments
 (0)