new option: Lock on Startup Only

This commit is contained in:
Fabian Freund
2026-07-07 17:58:30 +02:00
parent f902ad97fd
commit fde915826c
6 changed files with 19 additions and 3 deletions
@@ -46,6 +46,8 @@ class LocalAuthenticationService extends _$LocalAuthenticationService {
}
// Background mode cache stays valid until app background eviction.
// Startup mode cache is never evicted, so it stays valid for the whole
// process lifetime.
return true;
}