aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 23:13:57 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2017-11-10 23:13:57 +0100
commit789d9a4fb570b83e9a2ce80d832ef5ab2b79b7a8 (patch)
tree99ea944876635b23ee6aa3624aed261cd6e44321 /src/config.js
parentfix issue with share settings with main process (diff)
downloadferdium-app-789d9a4fb570b83e9a2ce80d832ef5ab2b79b7a8.tar.gz
ferdium-app-789d9a4fb570b83e9a2ce80d832ef5ab2b79b7a8.tar.zst
ferdium-app-789d9a4fb570b83e9a2ce80d832ef5ab2b79b7a8.zip
enable run in background by default
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,