Delay bio auth (#642)

This commit is contained in:
dsvf
2025-08-17 07:06:24 +01:00
committed by GitHub
parent 60671fe461
commit 4a7827f41a
22 changed files with 1215 additions and 294 deletions

View File

@@ -140,6 +140,10 @@ class SettingStore extends HiveStore {
/// Only valid on iOS / Android / Windows
late final useBioAuth = propertyDefault('useBioAuth', false);
/// Delay to lock the App with BioAuth, in seconds.
/// Set to `0` to disable this feature.
late final delayBioAuthLock = propertyDefault('delayBioAuthLock', 0);
/// The performance of highlight is bad
late final editorHighlight = propertyDefault('editorHighlight', true);