aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-04-05 09:33:23 +0200
committerLibravatar GitHub <noreply@github.com>2020-04-05 08:33:23 +0100
commit5e53776f9b4f932b2eedebcd3b23ec95a66bf110 (patch)
tree421b301b3378a93926940dc798fcf88a323a1b55 /src/config.js
parent#490 Add option to start Ferdi minimized (#534) (diff)
downloadferdium-app-5e53776f9b4f932b2eedebcd3b23ec95a66bf110.tar.gz
ferdium-app-5e53776f9b4f932b2eedebcd3b23ec95a66bf110.tar.zst
ferdium-app-5e53776f9b4f932b2eedebcd3b23ec95a66bf110.zip
#304 Add option to show draggable window area (#532)
* #304 Add option to show draggable window area * Address merge conflicts * Re-apply npm run manage-translations Co-authored-by: Amine Mouafik <amine@mouafik.fr>
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