mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
Delay bio auth (#642)
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user