aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-12 22:08:11 +0100
committerLibravatar GitHub <noreply@github.com>2017-11-12 22:08:11 +0100
commit3c54aa37b1cd7d6e5e37d9f0cb5f643551735845 (patch)
tree85f658ff72aa6c23d2181a3ab80db8d5b753d76d /src/config.js
parentMerge pull request #261 from meetfranz/feature/branding (diff)
parentMerge branch 'develop' into feature/mute-service (diff)
downloadferdium-app-3c54aa37b1cd7d6e5e37d9f0cb5f643551735845.tar.gz
ferdium-app-3c54aa37b1cd7d6e5e37d9f0cb5f643551735845.tar.zst
ferdium-app-3c54aa37b1cd7d6e5e37d9f0cb5f643551735845.zip
Merge pull request #263 from meetfranz/feature/mute-service
minor improvements & bugfixing
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 1627993f5..10359f426 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,