Skip to content

Commit e42a915

Browse files
authored
Set gtk-alternative-sort-arrows to false (#491)
Looks like it has been reversed in GTK4 (?), not sure. The default behaviour should be: 🔽 -- descending 🔼 -- ascending
1 parent 5f73aea commit e42a915

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Monitor.vala

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ namespace Monitor {
4040

4141
Appearance.set_prefered_style ();
4242

43-
// Controls the direction of the sort indicators
44-
Gtk.Settings.get_default ().set ("gtk-alternative-sort-arrows", true, null);
45-
4643
if (settings.get_boolean ("indicator-state")) {
4744
held = true;
4845
hold ();

0 commit comments

Comments
 (0)