1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 14:32:52 -05:00

Alter loading behavior

This commit is contained in:
bbedward
2025-10-03 10:08:05 -04:00
parent af622bc7e7
commit 740b2f206c
4 changed files with 18 additions and 7 deletions

View File

@@ -10,7 +10,11 @@ ShellRoot {
WlSessionLock {
id: sessionLock
locked: true
locked: false
Component.onCompleted: {
Qt.callLater(() => { locked = true })
}
onLockedChanged: {
if (!locked) {