summaryrefslogtreecommitdiffstats
path: root/web/react/utils
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-10-28 14:09:01 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-10-28 14:09:01 -0400
commitccf9e0cabd9fcede118ca54b24adb33c788a7ae9 (patch)
tree3d296aaab335a8200393d7c993b2800966fc8f8f /web/react/utils
parentbf8dd9d3c87fd15ac4732ad3b4325012f41d783e (diff)
parentf7808d1172f53873b757e6c0f5a360b025b20d2e (diff)
downloadchat-ccf9e0cabd9fcede118ca54b24adb33c788a7ae9.tar.gz
chat-ccf9e0cabd9fcede118ca54b24adb33c788a7ae9.tar.bz2
chat-ccf9e0cabd9fcede118ca54b24adb33c788a7ae9.zip
Merge pull request #1196 from florianorben/send-on-ctrl
allow messages to be send on ctrl+enter
Diffstat (limited to 'web/react/utils')
-rw-r--r--web/react/utils/constants.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 8571b3d32..69e3b007d 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -304,7 +304,8 @@ module.exports = {
],
Preferences: {
CATEGORY_DIRECT_CHANNEL_SHOW: 'direct_channel_show',
- CATEGORY_DISPLAY_SETTINGS: 'display_settings'
+ CATEGORY_DISPLAY_SETTINGS: 'display_settings',
+ CATEGORY_ADVANCED_SETTINGS: 'advanced_settings'
},
KeyCodes: {
UP: 38,