add option to disable QuickUnlock blocking behavior, closes #2960

This commit is contained in:
Philipp Crocoll
2025-07-29 10:53:02 +02:00
parent a718c7ed7e
commit edb4907bf5
6 changed files with 19 additions and 5 deletions

View File

@@ -352,6 +352,7 @@ namespace keepass2android
}
public bool ScreenLockWasEnabledWhenOpeningDatabase { get; set; }
public bool QuickUnlockBlockedWhenDeviceNotSecureWhenOpeningDatabase { get; set; }
public bool QuickUnlockEnabled { get; private set; }