Skip to content

Commit 5d5c4a7

Browse files
committed
[WIP] main: per default don't open the status window
Need to see if I can disable the status window completely when using emscripten.
1 parent e1a694d commit 5d5c4a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ class Framework {
693693
int main(int argc, char **argv)
694694
{
695695
// parse arguments
696-
bool fw_status_window_visible = true;
696+
bool fw_status_window_visible = false;
697697
bool arg_help = false;
698698
for (int i=1; i<argc; i++)
699699
{

0 commit comments

Comments
 (0)