LockScreen: enable the eye button during password wait

This commit is contained in:
bokicoder
2026-01-09 18:45:14 +08:00
committed by GitHub
parent 56aafc5f2f
commit f022c96599
+1 -1
View File
@@ -1194,7 +1194,7 @@ Loader {
radius: Math.min(Style.iRadiusL, width / 2)
color: eyeButtonArea.containsMouse ? Color.mPrimary : "transparent"
visible: passwordInput.text.length > 0
enabled: !lockContext.unlockInProgress
enabled: !lockContext.unlockInProgress || lockContext.waitingForPassword
NIcon {
anchors.centerIn: parent