From 912c71eeaf284919c9ffd94a23ccc58dc00170c1 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Thu, 24 Feb 2022 22:59:24 +0100 Subject: [PATCH] [WIP] main: per default don't open the status window Need to see if I can disable the status window completely when using emscripten. --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index b090f6c..5ca894d 100644 --- a/main.cpp +++ b/main.cpp @@ -806,7 +806,7 @@ private: int main(int argc, char **argv) { // parse arguments - bool fw_status_window_visible = true; + bool fw_status_window_visible = false; bool arg_help = false; for (int i=1; i