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() } }