diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-04-08 02:17:40 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-04-08 02:17:40 +0300 |
commit | be881476350ab5f4202e687ad4161099870fe5a4 (patch) | |
tree | 0758102d5203de8857be71b9d8ef6b3eeccff3fb /src/defaults.cpp | |
parent | b65ec0190a8b5623052981b841ce2232b27760ef (diff) | |
download | plus-be881476350ab5f4202e687ad4161099870fe5a4.tar.gz plus-be881476350ab5f4202e687ad4161099870fe5a4.tar.bz2 plus-be881476350ab5f4202e687ad4161099870fe5a4.tar.xz plus-be881476350ab5f4202e687ad4161099870fe5a4.zip |
Now if chat input is hidden, it not using space in window.
Diffstat (limited to 'src/defaults.cpp')
-rw-r--r-- | src/defaults.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/defaults.cpp b/src/defaults.cpp index aebf9ce2b..7f9c31204 100644 --- a/src/defaults.cpp +++ b/src/defaults.cpp @@ -195,6 +195,7 @@ DefaultsData* getConfigDefaults() AddDEF(configData, "showJobExp", true); AddDEF(configData, "showBeingPopup", true); AddDEF(configData, "showExtMinimaps", false); + AddDEF(configData, "hideChatInput", true); return configData; } |