aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.js b/src/config.js
index 283c20f84..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,
@@ -99,6 +100,7 @@ export const DEFAULT_APP_SETTINGS = {
99 lockingFeatureEnabled: false, 100 lockingFeatureEnabled: false,
100 locked: false, 101 locked: false,
101 lockedPassword: '', 102 lockedPassword: '',
103 useTouchIdToUnlock: true,
102 scheduledDNDEnabled: false, 104 scheduledDNDEnabled: false,
103 scheduledDNDStart: '17:00', 105 scheduledDNDStart: '17:00',
104 scheduledDNDEnd: '09:00', 106 scheduledDNDEnd: '09:00',