Skip to content

Commit b0af562

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 58ad5a7 commit b0af562

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -806,7 +806,7 @@ class Framework {
806806
int main(int argc, char **argv)
807807
{
808808
// parse arguments
809-
bool fw_status_window_visible = true;
809+
bool fw_status_window_visible = false;
810810
bool arg_help = false;
811811
for (int i=1; i<argc; i++)
812812
{

0 commit comments

Comments
 (0)