Make config dialogue always appear by default
This commit is contained in:
parent
706b90315e
commit
5a412dcfe2
@ -24,7 +24,7 @@ class ConfigurationGetter(object):
|
|||||||
"port": constants.DEFAULT_PORT,
|
"port": constants.DEFAULT_PORT,
|
||||||
"name": None,
|
"name": None,
|
||||||
"debug": False,
|
"debug": False,
|
||||||
"forceGuiPrompt": False,
|
"forceGuiPrompt": True,
|
||||||
"noGui": False,
|
"noGui": False,
|
||||||
"noStore": False,
|
"noStore": False,
|
||||||
"room": "",
|
"room": "",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user