aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index b3e00c92c..e66594c59 100644
--- a/src/config.js
+++ b/src/config.js
@@ -11,9 +11,11 @@ export const DEFAULT_APP_SETTINGS = {
11 enableSystemTray: true, 11 enableSystemTray: true,
12 minimizeToSystemTray: false, 12 minimizeToSystemTray: false,
13 showDisabledServices: true, 13 showDisabledServices: true,
14 showMessageBadgeWhenMuted: true,
14 enableSpellchecking: true, 15 enableSpellchecking: true,
15 // spellcheckingLanguage: 'auto', 16 // spellcheckingLanguage: 'auto',
16 locale: 'en-US', 17 locale: '',
18 fallbackLocale: 'en-US',
17 beta: false, 19 beta: false,
18 isAppMuted: false, 20 isAppMuted: false,
19}; 21};