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 0c28a0a commit 3f7aee3Copy full SHA for 3f7aee3
src/Application.vala
@@ -17,15 +17,6 @@ public class Onboarding.App : Gtk.Application {
17
base.startup ();
18
19
Granite.init ();
20
-
21
- var granite_settings = Granite.Settings.get_default ();
22
- var gtk_settings = Gtk.Settings.get_default ();
23
24
- gtk_settings.gtk_application_prefer_dark_theme = granite_settings.prefers_color_scheme == Granite.Settings.ColorScheme.DARK;
25
26
- granite_settings.notify["prefers-color-scheme"].connect (() => {
27
28
- });
29
}
30
31
public override void activate () {
0 commit comments