mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:38:27 +02:00
Adding Enter/Return for sign up dialog in pw field
This commit is contained in:
parent
2c32dc1cf5
commit
99a64f31d7
1 changed files with 2 additions and 0 deletions
|
@ -164,6 +164,8 @@ Item {
|
||||||
root.text = "";
|
root.text = "";
|
||||||
root.isPassword = focus
|
root.isPassword = focus
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Keys.onReturnPressed: signupBody.signup()
|
||||||
}
|
}
|
||||||
|
|
||||||
Row {
|
Row {
|
||||||
|
|
Loading…
Reference in a new issue