aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index f617555df..cfb9a3658 100644
--- a/src/config.js
+++ b/src/config.js
@@ -95,6 +95,7 @@ export const DEFAULT_APP_SETTINGS = {
95 privateNotifications: false, 95 privateNotifications: false,
96 showDisabledServices: true, 96 showDisabledServices: true,
97 showMessageBadgeWhenMuted: true, 97 showMessageBadgeWhenMuted: true,
98 showDragArea: false,
98 enableSpellchecking: true, 99 enableSpellchecking: true,
99 spellcheckerLanguage: 'en-us', 100 spellcheckerLanguage: 'en-us',
100 darkMode: process.platform === 'darwin' ? nativeTheme.shouldUseDarkColors : false, // We can't use refs from `./environment` at this time 101 darkMode: process.platform === 'darwin' ? nativeTheme.shouldUseDarkColors : false, // We can't use refs from `./environment` at this time