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 2a6e433 commit 73c9d24Copy full SHA for 73c9d24
src/Util.vala
@@ -743,6 +743,7 @@ public class Util : GLib.Object {
743
message_dialog.default_action.connect ((response) => {
744
if (response == Gtk.ResponseType.ACCEPT) {
745
clear_database_query ();
746
+ reset_settings ();
747
Planner.instance.main_window.destroy ();
748
} else {
749
message_dialog.hide_destroy ();
0 commit comments