lock: key presses also reset inactivity timer

This commit is contained in:
end-4
2025-09-06 08:44:25 +02:00
parent f593ad0f2c
commit c86dbeb2b3
2 changed files with 26 additions and 15 deletions
@@ -15,6 +15,10 @@ Scope {
property bool unlockInProgress: false
property bool showFailure: false
function resetClearTimer() {
passwordClearTimer.restart();
}
Timer {
id: passwordClearTimer
interval: 10000