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,
"name": None,
"debug": False,
"forceGuiPrompt": False,
"forceGuiPrompt": True,
"noGui": False,
"noStore": False,
"room": "",