Set 'enable instant chat input' default to false

This commit is contained in:
Etoh 2017-12-28 15:34:30 +00:00
parent df163cd8a1
commit e4cf018d21

View File

@ -72,7 +72,7 @@ class ConfigurationGetter(object):
"chatInputFontUnderline": False, "chatInputFontUnderline": False,
"chatInputFontColor": constants.DEFAULT_CHAT_INPUT_FONT_COLOR, "chatInputFontColor": constants.DEFAULT_CHAT_INPUT_FONT_COLOR,
"chatInputPosition": constants.INPUT_POSITION_MIDDLE, "chatInputPosition": constants.INPUT_POSITION_MIDDLE,
"chatDirectInput": True, "chatDirectInput": False,
"chatOutputEnabled": True, "chatOutputEnabled": True,
"chatOutputFontFamily": 'sans-serif', "chatOutputFontFamily": 'sans-serif',
"chatOutputFontSize": 50, "chatOutputFontSize": 50,