Add noGui to the list of configurable options

This commit is contained in:
Niklas Haas 2014-03-27 02:11:06 +01:00
parent a3af3f8c1d
commit cabea05a2f
No known key found for this signature in database
GPG Key ID: 3BA77D4BFDB10BCE

View File

@ -66,7 +66,7 @@ class ConfigurationGetter(object):
self._iniStructure = {
"server_data": ["host", "port", "password"],
"client_settings": ["name", "room", "playerPath", "slowOnDesync", "rewindOnDesync", "forceGuiPrompt", "filenamePrivacyMode", "filesizePrivacyMode", "pauseOnLeave"],
"client_settings": ["name", "room", "playerPath", "slowOnDesync", "rewindOnDesync", "forceGuiPrompt", "filenamePrivacyMode", "filesizePrivacyMode", "pauseOnLeave", "noGui"],
}
#