From 45f36ce71cf3e2b9bf7f6ab36f47e68b917e448d Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Wed, 3 Jun 2026 01:14:37 +0200 Subject: [PATCH] added lock. in shell.qml, wrong scope --- shell.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.qml b/shell.qml index 3889720..0f494ef 100644 --- a/shell.qml +++ b/shell.qml @@ -50,7 +50,7 @@ ShellRoot { LazyLoader { activeAsync: Config.lock.lidWatch && Battery.isLaptop component: LidService { - onRequestLock: lock.requestLock() + onRequestLock: lock.lock.requestLock() } }