summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorStas Vovk <stas@vovk.me>2015-10-14 20:36:12 +0300
committerStas Vovk <stas@vovk.me>2015-10-14 20:36:12 +0300
commit76e278a13de936c09068ad1c2c2a16be0c419249 (patch)
tree1f75042ab4f7b86658f1b291efc5c48a18080ae9 /web/react/utils/constants.jsx
parent830e8b04d9cbc5652ab8b23d469e1c75ff5f8516 (diff)
downloadchat-76e278a13de936c09068ad1c2c2a16be0c419249.tar.gz
chat-76e278a13de936c09068ad1c2c2a16be0c419249.tar.bz2
chat-76e278a13de936c09068ad1c2c2a16be0c419249.zip
added display tab under account settings. added 24h time option
Diffstat (limited to 'web/react/utils/constants.jsx')
-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 cee2ec114..3b7f16369 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -288,6 +288,7 @@ module.exports = {
}
],
Preferences: {
- CATEGORY_DIRECT_CHANNEL_SHOW: 'direct_channel_show'
+ CATEGORY_DIRECT_CHANNEL_SHOW: 'direct_channel_show',
+ CATEGORY_DISPLAY_SETTINGS: 'display_settings'
}
};