Add auto-lock feature and 'report a bug'

This commit is contained in:
Miguel Jacq 2025-11-02 15:42:42 +11:00
parent c4091d4cee
commit ef50c8911e
Signed by: mig5
GPG key ID: 59B3F0C24135C6A9
6 changed files with 247 additions and 45 deletions

View file

@ -17,6 +17,7 @@ Entry = Tuple[str, str]
class DBConfig:
path: Path
key: str
idle_minutes: int = 15 # 0 = never lock
class DBManager: