Skip to content

Commit

Permalink
Merge pull request #200 from julesontheroad/Beta
Browse files Browse the repository at this point in the history
Update Interface_options.cmd
  • Loading branch information
julesontheroad committed Oct 1, 2020
2 parents e0f67dd + 1f98d60 commit 694e3ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py/zconfig/Interface_options.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ set "pycommandw=pyw -3"
::**************************************************************
::START console minimized with GUI yes\no
::**************************************************************
set "start_minimized=no"
set "start_minimized=yes"
::**************************************************************
::PATH TO BROWSER. USE AUTO, DEFAULT, ADD A PATH
::**************************************************************
Expand Down Expand Up @@ -59,4 +59,4 @@ set "host=localhost"
::**************************************************************
::true -> Dettach gui from console
::false -> Attach gui to console
set "noconsole=false"
set "noconsole=true"

0 comments on commit 694e3ab

Please sign in to comment.