aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
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 bd67aee6b..f877f4f2e 100644
--- a/src/config.js
+++ b/src/config.js
@@ -48,6 +48,7 @@ export const DEFAULT_APP_SETTINGS = {
48 autoLaunchInBackground: false, 48 autoLaunchInBackground: false,
49 runInBackground: true, 49 runInBackground: true,
50 enableSystemTray: true, 50 enableSystemTray: true,
51 startMinimized: false,
51 minimizeToSystemTray: false, 52 minimizeToSystemTray: false,
52 privateNotifications: false, 53 privateNotifications: false,
53 showDisabledServices: true, 54 showDisabledServices: true,