Set 'enable instant chat input' default to false
This commit is contained in:
parent
df163cd8a1
commit
e4cf018d21
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user