aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-01-31 19:26:29 +0100
committerLibravatar GitHub <noreply@github.com>2020-01-31 19:26:29 +0100
commit7b9eaf4d4b23d276a388a4baa73bb9062d484d61 (patch)
tree42a1eddf2318f2cd05ab8e950b2705327334a62b /src/config.js
parentMerge pull request #334 from getferdi/l10n_develop (diff)
parentMerge branch 'develop' into start-in-tray (diff)
downloadferdium-app-7b9eaf4d4b23d276a388a4baa73bb9062d484d61.tar.gz
ferdium-app-7b9eaf4d4b23d276a388a4baa73bb9062d484d61.tar.zst
ferdium-app-7b9eaf4d4b23d276a388a4baa73bb9062d484d61.zip
Merge pull request #331 from jereksel/start-in-tray
Add option to start ferdi 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 a788f0f54..8868d7c41 100644
--- a/src/config.js
+++ b/src/config.js
@@ -47,6 +47,7 @@ export const DEFAULT_APP_SETTINGS = {
47 autoLaunchInBackground: false, 47 autoLaunchInBackground: false,
48 runInBackground: true, 48 runInBackground: true,
49 enableSystemTray: true, 49 enableSystemTray: true,
50 startMinimized: false,
50 minimizeToSystemTray: false, 51 minimizeToSystemTray: false,
51 privateNotifications: false, 52 privateNotifications: false,
52 showDisabledServices: true, 53 showDisabledServices: true,