Skip to content
This repository has been archived by the owner on Oct 16, 2022. It is now read-only.

Commit

Permalink
Fix #626: Save filter order changes when clicking OK
Browse files Browse the repository at this point in the history
  • Loading branch information
teejee2008 committed Nov 15, 2020
1 parent 508ff2f commit 9f98fbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Gtk/SettingsWindow.vala
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ class SettingsWindow : Gtk.Window{
bbox.add(btn_ok);

btn_ok.clicked.connect(()=>{
save_changes();
this.destroy();
});

Expand Down

0 comments on commit 9f98fbb

Please sign in to comment.