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