fix(Onboarding): display name clear button was always visible
Closes #5235
This commit is contained in:
parent
e213c07521
commit
0a8429bc3f
|
@ -110,6 +110,7 @@ Item {
|
||||||
height: 14
|
height: 14
|
||||||
iconWidth: 14
|
iconWidth: 14
|
||||||
iconHeight: 14
|
iconHeight: 14
|
||||||
|
visible: (nameInput.input.text.length > 0)
|
||||||
color: "transparent"
|
color: "transparent"
|
||||||
source: Style.svg("close-filled")
|
source: Style.svg("close-filled")
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|
Loading…
Reference in New Issue