forked from Shinonome/dots-hyprland
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