aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 10359f426..5ee5ee18e 100644
--- a/src/config.js
+++ b/src/config.js
@@ -11,6 +11,8 @@ export const DEFAULT_APP_SETTINGS = {
11 enableSystemTray: true, 11 enableSystemTray: true,
12 minimizeToSystemTray: false, 12 minimizeToSystemTray: false,
13 showDisabledServices: true, 13 showDisabledServices: true,
14 enableSpellchecking: true,
15 // spellcheckingLanguage: 'auto',
14 locale: 'en-US', 16 locale: 'en-US',
15 beta: false, 17 beta: false,
16 isAppMuted: false, 18 isAppMuted: false,