Skip to content

Commit

Permalink
[WIP] main: per default don't open the status window
Browse files Browse the repository at this point in the history
Need to see if I can disable the status window completely
when using emscripten.
  • Loading branch information
NeroBurner committed Mar 8, 2022
1 parent 58ad5a7 commit b0af562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ class Framework {
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<argc; i++)
{
Expand Down

0 comments on commit b0af562

Please sign in to comment.