Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Jan 25, 2024
1 parent 1fb5ea4 commit fe7cdbe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions fuses/appearance/AppearanceView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,8 @@ public class AppearanceView : Gtk.Box {
contrast_switch.state_set.connect (() => {
if (contrast_switch.active) {
set_contrast_scheme (He.Desktop.ContrastScheme.HIGH);
accent_set.begin ();
} else {
set_contrast_scheme (He.Desktop.ContrastScheme.DEFAULT);
accent_set.begin ();
}
return Gdk.EVENT_PROPAGATE;
});
Expand Down

0 comments on commit fe7cdbe

Please sign in to comment.