lid behavior watcher to lock session #115

Merged
zach merged 25 commits from lid-switch-behavior into main 2026-06-03 18:02:21 +02:00
Showing only changes of commit ad2ee99d9c - Show all commits
-2
View File
@@ -6,7 +6,6 @@ Scope {
required property var lock
Connections {
function onLidClosing(): void {
root.lock.lock.locked = true;
@@ -14,5 +13,4 @@ Scope {
target: LidWatcher
}
}