Skip to content

Commit

Permalink
Update Interface_options.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
julesontheroad committed Oct 1, 2020
1 parent f6fc220 commit 1f98d60
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 1f98d60

Please sign in to comment.