aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar vantezzen <properly@protonmail.com>2019-08-28 13:09:51 +0200
committerLibravatar vantezzen <properly@protonmail.com>2019-08-28 13:09:51 +0200
commit3e04d6d337584731d77f38c758e10f7523a6ba79 (patch)
treee653d3a1210f12d83c34d3adc78102a2b3eca6a9 /src/config.js
parentAdd custom legal documents for thrid party servers. (diff)
downloadferdium-app-3e04d6d337584731d77f38c758e10f7523a6ba79.tar.gz
ferdium-app-3e04d6d337584731d77f38c758e10f7523a6ba79.tar.zst
ferdium-app-3e04d6d337584731d77f38c758e10f7523a6ba79.zip
Add default value for server setting
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 5bc318545..2d6e74411 100644
--- a/src/config.js
+++ b/src/config.js
@@ -31,6 +31,7 @@ export const DEFAULT_APP_SETTINGS = {
31 runInBackground: true, 31 runInBackground: true,
32 enableSystemTray: true, 32 enableSystemTray: true,
33 minimizeToSystemTray: false, 33 minimizeToSystemTray: false,
34 server: LIVE_API,
34 showDisabledServices: true, 35 showDisabledServices: true,
35 showMessageBadgeWhenMuted: true, 36 showMessageBadgeWhenMuted: true,
36 enableSpellchecking: true, 37 enableSpellchecking: true,