Merge pull request #10 from ChungZH/patch-1

fix: remove visible
pull/13/head
Reion Wong 5 years ago committed by GitHub
commit 4bdd71ff5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,6 @@ TextField {
anchors.verticalCenter: parent.verticalCenter
source: modelData.icon.name.length > 0 ? modelData.icon.name : modelData.icon.source
visible: modelData.visible
enabled: modelData.enabled
MouseArea {
id: actionArea

Loading…
Cancel
Save