added lock. in shell.qml, wrong scope
Lint & Format (JS/TS) / lint-format (pull_request) Successful in 12s
Python / lint-format (pull_request) Successful in 20s
Python / test (pull_request) Successful in 47s
Lint & Format (Rust) / lint-format (pull_request) Successful in 1m5s

This commit is contained in:
2026-06-03 01:14:37 +02:00
parent 3bcdbbabbb
commit 45f36ce71c
+1 -1
View File
@@ -50,7 +50,7 @@ ShellRoot {
LazyLoader { LazyLoader {
activeAsync: Config.lock.lidWatch && Battery.isLaptop activeAsync: Config.lock.lidWatch && Battery.isLaptop
component: LidService { component: LidService {
onRequestLock: lock.requestLock() onRequestLock: lock.lock.requestLock()
} }
} }