1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 13:32:50 -05:00

lock: handle case where session lock is rejected

This commit is contained in:
bbedward
2026-01-09 09:46:39 -05:00
parent af0166a553
commit 0f09cc693a
4 changed files with 102 additions and 40 deletions

View File

@@ -34,6 +34,13 @@ Item {
signal unlockRequested
function resetLockState() {
lockerReadySent = false;
lockerReadyArmed = true;
unlocking = false;
pamState = "";
}
function pickRandomFact() {
randomFact = Facts.getRandomFact();
}