aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.ts
diff options
context:
space:
mode:
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,