[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:
parent
b145409f0a
commit
912c71eeaf
2
main.cpp
2
main.cpp
|
@ -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++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue