mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 07:48:57 +00:00
Add quick unlock config option
This commit is contained in:
@@ -271,6 +271,7 @@ def update_config(
|
||||
"additional_backup_path": cfg.set_additional_backup_path,
|
||||
"secret_mode_enabled": cfg.set_secret_mode_enabled,
|
||||
"clipboard_clear_delay": lambda v: cfg.set_clipboard_clear_delay(int(v)),
|
||||
"quick_unlock": cfg.set_quick_unlock,
|
||||
}
|
||||
|
||||
action = mapping.get(key)
|
||||
|
Reference in New Issue
Block a user