mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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.isPassword = focus
|
||||
}
|
||||
|
||||
Keys.onReturnPressed: signupBody.signup()
|
||||
}
|
||||
|
||||
Row {
|
||||
|
|
Loading…
Reference in a new issue