Skip to content

Commit

Permalink
Release 3.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
alainm23 committed Feb 11, 2022
1 parent 2a6e433 commit 73c9d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Util.vala
Original file line number Diff line number Diff line change
Expand Up @@ -743,6 +743,7 @@ public class Util : GLib.Object {
message_dialog.default_action.connect ((response) => {
if (response == Gtk.ResponseType.ACCEPT) {
clear_database_query ();
reset_settings ();
Planner.instance.main_window.destroy ();
} else {
message_dialog.hide_destroy ();
Expand Down

0 comments on commit 73c9d24

Please sign in to comment.