aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-06-21 15:45:07 +0100
committerLibravatar GitHub <noreply@github.com>2022-06-21 15:45:07 +0100
commitf81687b03a87a88988d4cce8110d015b046a7436 (patch)
treedcb4f5012979e0184b1c40e6095ca13a56a3eecc /src/config.ts
parentTurn off the progressbar by default (diff)
downloadferdium-app-f81687b03a87a88988d4cce8110d015b046a7436.tar.gz
ferdium-app-f81687b03a87a88988d4cce8110d015b046a7436.tar.zst
ferdium-app-f81687b03a87a88988d4cce8110d015b046a7436.zip
Fix reload after resume and add idle time setting (#324)
* Fix reload after resume issue * Add idle time option
Diffstat (limited to 'src/config.ts')
-rw-r--r--src/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.ts b/src/config.ts
index a00b5c142..62b4f4e68 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -207,6 +207,7 @@ export const DEFAULT_APP_SETTINGS = {
207 autoLaunchInBackground: false, 207 autoLaunchInBackground: false,
208 runInBackground: true, 208 runInBackground: true,
209 reloadAfterResume: true, 209 reloadAfterResume: true,
210 reloadAfterResumeTime: 10,
210 enableSystemTray: true, 211 enableSystemTray: true,
211 startMinimized: false, 212 startMinimized: false,
212 confirmOnQuit: false, 213 confirmOnQuit: false,