aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-12 22:09:22 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-12 22:09:22 +0100
commit11605e3cfd6b07f8b03ab48e63d531b960192c79 (patch)
treef553e9a5c63dc57b9e7ad8e06ab6c3d718df4fa2 /src/config.js
parentes6 refactor (diff)
parentMerge pull request #263 from meetfranz/feature/mute-service (diff)
downloadferdium-app-11605e3cfd6b07f8b03ab48e63d531b960192c79.tar.gz
ferdium-app-11605e3cfd6b07f8b03ab48e63d531b960192c79.tar.zst
ferdium-app-11605e3cfd6b07f8b03ab48e63d531b960192c79.zip
Merge branch 'develop' into feature/spellcheck-settings
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 4c7363439..60cc6fd7e 100644
--- a/src/config.js
+++ b/src/config.js
@@ -7,7 +7,7 @@ export const GA_ID = 'UA-74126766-6';
7export const DEFAULT_APP_SETTINGS = { 7export const DEFAULT_APP_SETTINGS = {
8 autoLaunchOnStart: true, 8 autoLaunchOnStart: true,
9 autoLaunchInBackground: false, 9 autoLaunchInBackground: false,
10 runInBackground: false, 10 runInBackground: true,
11 enableSystemTray: true, 11 enableSystemTray: true,
12 minimizeToSystemTray: false, 12 minimizeToSystemTray: false,
13 showDisabledServices: true, 13 showDisabledServices: true,