summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 65255f9..f44a78b 100644
--- a/ui.c
+++ b/ui.c
@@ -281,7 +281,7 @@ void uiInit(void) {
 	uiShow();
 }
 
-static bool hidden;
+static bool hidden = true;
 static bool waiting;
 
 static char title[256];
-0400'>2019-10-26Allow reading sensitive information from filesJune McEnroe 2019-10-26Add rc scriptJune McEnroe 2019-10-25Add install and uninstall targetsJune McEnroe 2019-10-25Expand documentationJune McEnroe 2019-10-25Add AGPLv3 notice on client registrationJune McEnroe OwO 2019-10-25Rename project pounceJune McEnroe