mirror of
https://git.jami.net/savoirfairelinux/jami-client-qt.git
synced 2025-09-10 12:03:18 +02:00
wizard: fix focus on username
Change-Id: Ic925c96106d6c30eb8268af652b367029c5b7e70 GitLab: #1013
This commit is contained in:
parent
251d8d8123
commit
266aae543d
1 changed files with 1 additions and 1 deletions
|
@ -43,6 +43,7 @@ Rectangle {
|
|||
root.isRendezVous = isRdv
|
||||
createAccountStack.currentIndex = 0
|
||||
clearAllTextFields()
|
||||
usernameEdit.forceActiveFocus()
|
||||
}
|
||||
|
||||
function clearAllTextFields() {
|
||||
|
@ -139,7 +140,6 @@ Rectangle {
|
|||
JamiStrings.chooseUsername
|
||||
staticText: ""
|
||||
editMode: true
|
||||
focus: visible
|
||||
|
||||
KeyNavigation.tab: chooseUsernameButton
|
||||
KeyNavigation.up: backButton
|
||||
|
|
Loading…
Add table
Reference in a new issue