Hide cursor like on decryption screen

This commit is contained in:
David Heinemeier Hansson
2026-05-08 22:04:01 +02:00
parent 7b860f4291
commit 25e6fe2ef9
+1
View File
@@ -96,6 +96,7 @@ Rectangle {
color: "transparent" color: "transparent"
selectionColor: "transparent" selectionColor: "transparent"
selectedTextColor: "transparent" selectedTextColor: "transparent"
cursorDelegate: Item {}
focus: true focus: true
onTextChanged: root.loginFailed = false onTextChanged: root.loginFailed = false