Set hidden to true initially

Otherwise uiShow in uiInit does nothing, of course.
weechat-hashes
C. McEnroe 2020-02-13 22:32:35 -05:00
parent efed6cd298
commit 3b257a55c3
1 changed files with 1 additions and 1 deletions

2
ui.c
View File

@ -281,7 +281,7 @@ void uiInit(void) {
uiShow();
}
static bool hidden;
static bool hidden = true;
static bool waiting;
static char title[256];