mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-16 22:09:59 -05:00
lock: key presses also reset inactivity timer
This commit is contained in:
@@ -15,6 +15,10 @@ Scope {
|
||||
property bool unlockInProgress: false
|
||||
property bool showFailure: false
|
||||
|
||||
function resetClearTimer() {
|
||||
passwordClearTimer.restart();
|
||||
}
|
||||
|
||||
Timer {
|
||||
id: passwordClearTimer
|
||||
interval: 10000
|
||||
|
||||
Reference in New Issue
Block a user