mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 23:14:34 +02:00
Update interface/resources/qml/LoginDialog/LinkAccountBody.qml
Co-authored-by: Julian Groß <julian.g@posteo.de>
This commit is contained in:
parent
a92d25ccdf
commit
fbda6279c3
1 changed files with 1 additions and 1 deletions
|
@ -282,7 +282,7 @@ Item {
|
||||||
}
|
}
|
||||||
placeholderText: "Username or Email"
|
placeholderText: "Username or Email"
|
||||||
activeFocusOnPress: true
|
activeFocusOnPress: true
|
||||||
prohibitedCharacters: ["\n"];
|
prohibitedCharacters: ["\n", "\r"];
|
||||||
Keys.onPressed: {
|
Keys.onPressed: {
|
||||||
switch (event.key) {
|
switch (event.key) {
|
||||||
case Qt.Key_Tab:
|
case Qt.Key_Tab:
|
||||||
|
|
Loading…
Reference in a new issue