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 5f73aea commit e42a915Copy full SHA for e42a915
src/Monitor.vala
@@ -40,9 +40,6 @@ namespace Monitor {
40
41
Appearance.set_prefered_style ();
42
43
- // Controls the direction of the sort indicators
44
- Gtk.Settings.get_default ().set ("gtk-alternative-sort-arrows", true, null);
45
-
46
if (settings.get_boolean ("indicator-state")) {
47
held = true;
48
hold ();
0 commit comments