1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Cleanup some of the backwards compat crap

This commit is contained in:
bbedward
2025-10-08 18:28:46 -04:00
parent 10b7a0875b
commit 6565988952
4 changed files with 146 additions and 206 deletions

View File

@@ -25,7 +25,7 @@ Item {
target: IdleService
function onLockRequested() {
console.log("Lock: Received lock request from IdleService")
SessionService.lockSession()
loader.activeAsync = true
}
}