File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -82,17 +82,17 @@ public class Wingpanel.Application : Gtk.Application {
8282 IndicatorManager . get_default (). initialize (IndicatorManager . ServerType . GREETER );
8383 } else {
8484 IndicatorManager . get_default (). initialize (IndicatorManager . ServerType . SESSION );
85+ }
8586
86- var granite_settings = Granite . Settings . get_default ();
87- var gtk_settings = Gtk . Settings . get_default ();
88- gtk_settings. gtk_icon_theme_name = " elementary" ;
87+ var granite_settings = Granite . Settings . get_default ();
88+ var gtk_settings = Gtk . Settings . get_default ();
89+ gtk_settings. gtk_icon_theme_name = " elementary" ;
8990
90- gtk_settings. gtk_application_prefer_dark_theme = granite_settings. prefers_color_scheme == DARK ;
91+ gtk_settings. gtk_application_prefer_dark_theme = granite_settings. prefers_color_scheme == DARK ;
9192
92- granite_settings. notify[" prefers-color-scheme" ]. connect (() = > {
93- gtk_settings. gtk_application_prefer_dark_theme = granite_settings. prefers_color_scheme == DARK ;
94- });
95- }
93+ granite_settings. notify[" prefers-color-scheme" ]. connect (() = > {
94+ gtk_settings. gtk_application_prefer_dark_theme = granite_settings. prefers_color_scheme == DARK ;
95+ });
9696
9797 if (options. contains (OPEN_INDICATOR_ACTION_NAME )) {
9898 activate_action (OPEN_INDICATOR_ACTION_NAME , options. lookup_value (OPEN_INDICATOR_ACTION_NAME , VariantType . STRING ));
You can’t perform that action at this time.
0 commit comments