Fix #626: Save filter order changes when clicking OK

This commit is contained in:
Tony George 2020-11-15 17:15:59 +05:30
parent 508ff2fa2a
commit 9f98fbba77

View File

@ -126,6 +126,7 @@ class SettingsWindow : Gtk.Window{
bbox.add(btn_ok);
btn_ok.clicked.connect(()=>{
save_changes();
this.destroy();
});