[WIP] main: per default don't open the status window

Need to see if I can disable the status window completely
when using emscripten.
This commit is contained in:
Reinhold Gschweicher 2022-02-24 22:59:24 +01:00
parent b145409f0a
commit 912c71eeaf
1 changed files with 1 additions and 1 deletions

View File

@ -806,7 +806,7 @@ private:
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
// parse arguments // parse arguments
bool fw_status_window_visible = true; bool fw_status_window_visible = false;
bool arg_help = false; bool arg_help = false;
for (int i=1; i<argc; i++) for (int i=1; i<argc; i++)
{ {