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 213f156 commit a5f58a3Copy full SHA for a5f58a3
src/MainWindow.vala
@@ -85,11 +85,6 @@ public class Badger.MainWindow : Gtk.Window {
85
86
// Avoid a bug whence reopened windows cannot be closed
87
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
- };
93
return false;
94
}
95
0 commit comments