Skip to content
Snippets Groups Projects
Commit 2f3d0685 authored by Aline Gondim Santos's avatar Aline Gondim Santos
Browse files

wizardview: fix NoUsername popup opening

Change-Id: I95a2186f3a5f7b3fbaedced0f5629e7cd4a9d726
GitLab: #1010
parent d5064040
Branches
Tags
No related merge requests found
......@@ -144,13 +144,6 @@ Rectangle {
KeyNavigation.tab: chooseUsernameButton
KeyNavigation.up: backButton
KeyNavigation.down: chooseUsernameButton
onAccepted: {
if (chooseUsernameButton.enabled)
chooseUsernameButton.clicked()
else
skipButton.clicked()
}
}
......@@ -220,7 +213,6 @@ Rectangle {
if(usernameEdit.nameRegistrationState === UsernameTextEdit.NameRegistrationState.BLANK)
popup.visible = true
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment