aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar n0emis <22817873+n0emis@users.noreply.github.com>2020-03-09 12:53:04 +0100
committerLibravatar GitHub <noreply@github.com>2020-03-09 12:53:04 +0100
commit994de3b5750a34598aba5746a4dbd1a4e811fae8 (patch)
treec0f92f498f7ef4a5ef9222143ef2107ef9c61b5c /src/config.js
parentMerge pull request #428 from dpeukert/patch-1 (diff)
downloadferdium-app-994de3b5750a34598aba5746a4dbd1a4e811fae8.tar.gz
ferdium-app-994de3b5750a34598aba5746a4dbd1a4e811fae8.tar.zst
ferdium-app-994de3b5750a34598aba5746a4dbd1a4e811fae8.zip
add option to disable reload after resume (#447)
* add option to disable reload after resume closes #442 * remove unused property
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 a16583463..af304232e 100644
--- a/src/config.js
+++ b/src/config.js
@@ -76,6 +76,7 @@ export const iconSizeBias = 20;
76export const DEFAULT_APP_SETTINGS = { 76export const DEFAULT_APP_SETTINGS = {
77 autoLaunchInBackground: false, 77 autoLaunchInBackground: false,
78 runInBackground: true, 78 runInBackground: true,
79 reloadAfterResume: true,
79 enableSystemTray: true, 80 enableSystemTray: true,
80 startMinimized: false, 81 startMinimized: false,
81 minimizeToSystemTray: false, 82 minimizeToSystemTray: false,