mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 10:55:41 +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"
|
||||
activeFocusOnPress: true
|
||||
prohibitedCharacters: ["\n"];
|
||||
prohibitedCharacters: ["\n", "\r"];
|
||||
Keys.onPressed: {
|
||||
switch (event.key) {
|
||||
case Qt.Key_Tab:
|
||||
|
|
Loading…
Reference in a new issue