Add better description to README for standalone mode
commit e548b87f032425b3368119b4747308a8a24b36bd was "undocumented"
This commit is contained in:
parent
8ba98850d5
commit
029fe7884f
|
@ -14,7 +14,8 @@ websocket_port = 0 # 0 means random
|
||||||
username = None
|
username = None
|
||||||
password = None
|
password = None
|
||||||
|
|
||||||
# Open a PyWebView window instead of using the browser. This requires pywebview to be installed
|
# Open a PyWebView window instead of using the browser. This requires pywebview to be installed.
|
||||||
|
# This will negate all other options
|
||||||
standalone = False
|
standalone = False
|
||||||
|
|
||||||
# Defines whether the browser should be opened automatically at startup
|
# Defines whether the browser should be opened automatically at startup
|
||||||
|
|
Loading…
Reference in New Issue