dots/shell/lockscreen/LockState.qml
2025-06-20 12:16:25 -04:00

12 lines
250 B
QML

import Quickshell
Scope {
property string currentText: ""
property bool unlockInProgress: false
property bool showFailure: false
signal unlocked
signal failed
signal tryUnlock
onCurrentTextChanged: showFailure = false
}