added lock. in shell.qml, wrong scope
This commit is contained in:
@@ -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()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user