mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-16 16:47:24 +00:00
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
|
||||
iconWidth: 14
|
||||
iconHeight: 14
|
||||
visible: (nameInput.input.text.length > 0)
|
||||
color: "transparent"
|
||||
source: Style.svg("close-filled")
|
||||
onClicked: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user