Make config dialogue always appear by default

This commit is contained in:
Etoh 2013-10-25 17:02:27 +01:00
parent 706b90315e
commit 5a412dcfe2

View File

@ -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": "",