aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-03-03 17:53:09 +0100
committerLibravatar GitHub <noreply@github.com>2020-03-03 17:53:09 +0100
commite043795a040b8666a6ad253bb6cd37a5d647bbd5 (patch)
treed14e1237d49687742901d515c95d7d2c5fbe069f /src/config.js
parentAdd Crowdin contributors to list of contributors (#429) (diff)
downloadferdium-app-e043795a040b8666a6ad253bb6cd37a5d647bbd5.tar.gz
ferdium-app-e043795a040b8666a6ad253bb6cd37a5d647bbd5.tar.zst
ferdium-app-e043795a040b8666a6ad253bb6cd37a5d647bbd5.zip
Add support for unlocking with Touch ID (#423)
* Enhance installation guide in README * Add TouchID unlock for Ferdi Lock * Remove commit 8861014 as it is not related to this feature This reverts commit 88610144b942739772286ec3073b328e829a8b39. * Rename TouchID to "Touch ID" * Improve Touch ID prompt text * Improve unlocking with Touch ID * Fix lint * Add separator after lock-related menu entry Co-authored-by: Amine <amine@mouafik.fr>
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 283c20f84..a16583463 100644
--- a/src/config.js
+++ b/src/config.js
@@ -99,6 +99,7 @@ export const DEFAULT_APP_SETTINGS = {
99 lockingFeatureEnabled: false, 99 lockingFeatureEnabled: false,
100 locked: false, 100 locked: false,
101 lockedPassword: '', 101 lockedPassword: '',
102 useTouchIdToUnlock: true,
102 scheduledDNDEnabled: false, 103 scheduledDNDEnabled: false,
103 scheduledDNDStart: '17:00', 104 scheduledDNDStart: '17:00',
104 scheduledDNDEnd: '09:00', 105 scheduledDNDEnd: '09:00',