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 45f36ce71c - Show all commits
+1 -1
View File
@@ -50,7 +50,7 @@ ShellRoot {
LazyLoader {
activeAsync: Config.lock.lidWatch && Battery.isLaptop
component: LidService {
onRequestLock: lock.requestLock()
onRequestLock: lock.lock.requestLock()
}
}