Skip to content

Commit a5f58a3

Browse files
authored
Move this to separate branch
1 parent 213f156 commit a5f58a3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/MainWindow.vala

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ public class Badger.MainWindow : Gtk.Window {
8585

8686
// Avoid a bug whence reopened windows cannot be closed
8787
private bool before_destroy () {
88-
debug ("Window closed!");
89-
if (!settings.get_boolean ("all")) {
90-
debug ("All reminders are disabled, Badger will now go to sleep");
91-
application.quit ();
92-
};
9388
return false;
9489
}
9590
}

0 commit comments

Comments
 (0)