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 dec0ca0 commit 5f8569eCopy full SHA for 5f8569e
src/MainWindow.vala
@@ -85,6 +85,7 @@ 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 ();
0 commit comments