make timer restart instead of start

This commit is contained in:
end-4
2025-11-07 21:06:31 +01:00
parent 20b3d2498e
commit 3fe8377309
@@ -55,7 +55,7 @@ Scope {
Connections {
target: GlobalStates
function onOverlayOpenChanged() {
delayedGrabTimer.start();
delayedGrabTimer.restart();
}
}