Skip to content

Commit

Permalink
Unlock colors when on dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Redian23 committed Sep 13, 2019
1 parent 604d7b8 commit 8f506b4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Dialogs/Settings.vala
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ public class Dialogs.Settings : Gtk.Dialog {
break;
}

if (Byte.settings.get_boolean ("dark-mode")) {
theme_box.sensitive = false;
}

var settings_09_box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0);
settings_09_box.hexpand = true;
settings_09_box.margin = 6;
Expand Down

0 comments on commit 8f506b4

Please sign in to comment.