From af828481b9918f920494b0618db061ed417ba08f Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 4 Jul 2026 12:08:34 -0700 Subject: [PATCH] Give it a little more time Felt too abrupt at 3s --- shell/plugins/lock/Service.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/plugins/lock/Service.qml b/shell/plugins/lock/Service.qml index be2a0ba7..b414f287 100644 --- a/shell/plugins/lock/Service.qml +++ b/shell/plugins/lock/Service.qml @@ -368,7 +368,7 @@ Item { Timer { id: idleBlankTimer - interval: 3000 + interval: 5000 repeat: false onTriggered: if (root.lockRequested && !root.authenticating) root.runBlank() }