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 3ac180a commit 9380381Copy full SHA for 9380381
src/MainWindow.vala
@@ -86,7 +86,6 @@ public class Badger.MainWindow : Gtk.Window {
86
// Avoid a bug whence reopened windows cannot be closed
87
private bool before_destroy () {
88
debug ("Window closed!");
89
- hide ();
90
91
if (!settings.get_boolean ("all")) {
92
debug ("All reminders are disabled, Badger will now go to sleep");
0 commit comments