From c514e98687b7641ce8707be18944eb1a1dad9212 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Mon, 1 Jun 2026 20:12:17 +0200 Subject: [PATCH] nonexistant locked should be resolved --- shell.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell.qml b/shell.qml index 1f91580..62e207d 100644 --- a/shell.qml +++ b/shell.qml @@ -39,7 +39,7 @@ ShellRoot { Connections { function onLidClosing(): void { - lock.locked = true; + lock.lock.locked = true; } target: LidWatcher