aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Andrzej Ressel <jereksel@gmail.com>2020-01-30 00:03:02 +0100
committerLibravatar Andrzej Ressel <jereksel@gmail.com>2020-01-30 00:03:02 +0100
commitd4ba692994467ca2c28cf27bb63b9a4c67f04195 (patch)
tree12c45d568abf03f409b5654fc364aa81c39a1a6c /src/config.js
parentMerge branch 'develop' (diff)
downloadferdium-app-d4ba692994467ca2c28cf27bb63b9a4c67f04195.tar.gz
ferdium-app-d4ba692994467ca2c28cf27bb63b9a4c67f04195.tar.zst
ferdium-app-d4ba692994467ca2c28cf27bb63b9a4c67f04195.zip
Start in tray
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,