aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-12 19:39:50 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-12 19:39:50 +0100
commitb54c43dd5413a7d384e977b9f2fd0ffd39a593da (patch)
treeb36fb3b79e2146e3887a50d928b49384c1f3c8cc /src/config.js
parentAdd LOCAL_API debug mode (diff)
downloadferdium-app-b54c43dd5413a7d384e977b9f2fd0ffd39a593da.tar.gz
ferdium-app-b54c43dd5413a7d384e977b9f2fd0ffd39a593da.tar.zst
ferdium-app-b54c43dd5413a7d384e977b9f2fd0ffd39a593da.zip
Add settings option to toggle spell checker
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 1627993f5..4c7363439 100644
--- a/src/config.js
+++ b/src/config.js
@@ -11,6 +11,7 @@ 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,
14 locale: 'en-US', 15 locale: 'en-US',
15 beta: false, 16 beta: false,
16 isAppMuted: false, 17 isAppMuted: false,