aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-03-11 04:36:02 +0100
committerLibravatar Amine Mouafik <amine@mouafik.fr>2020-03-11 04:36:02 +0100
commit063875d7395438ba6566327e0f26c7cda5fe5ba8 (patch)
tree7fff0347843a0376f7aee07eb34260c28c40808f /src/config.js
parentMerge branch 'develop' (diff)
parent5.4.4-beta.3 (diff)
downloadferdium-app-063875d7395438ba6566327e0f26c7cda5fe5ba8.tar.gz
ferdium-app-063875d7395438ba6566327e0f26c7cda5fe5ba8.tar.zst
ferdium-app-063875d7395438ba6566327e0f26c7cda5fe5ba8.zip
Merge branch 'develop'
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',