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, 1 insertions, 1 deletions
diff --git a/src/config.js b/src/config.js
index b8af16419..f9eecf375 100644
--- a/src/config.js
+++ b/src/config.js
@@ -98,7 +98,7 @@ export const DEFAULT_APP_SETTINGS = {
98 showMessageBadgeWhenMuted: true, 98 showMessageBadgeWhenMuted: true,
99 showDragArea: false, 99 showDragArea: false,
100 enableSpellchecking: true, 100 enableSpellchecking: true,
101 spellcheckerLanguage: 'en-us', 101 spellcheckerLanguage: '["en-US"]',
102 darkMode: process.platform === 'darwin' ? nativeTheme.shouldUseDarkColors : false, // We can't use refs from `./environment` at this time 102 darkMode: process.platform === 'darwin' ? nativeTheme.shouldUseDarkColors : false, // We can't use refs from `./environment` at this time
103 locale: '', 103 locale: '',
104 fallbackLocale: 'en-US', 104 fallbackLocale: 'en-US',