move lid watch toggle into lock settings

This commit is contained in:
2026-06-01 20:45:04 +02:00
parent 83cf008a19
commit 1c1c6275df
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ ShellRoot {
}
Connections {
enabled: Config.general.lidWatch
enabled: Config.lock.lidWatch
function onLidClosing(): void {
lock.lock.locked = true;
}