present avatar model name without marketId in black

This commit is contained in:
Alexander Ivash 2018-05-31 00:18:23 +03:00
parent 4db346167d
commit 3f86f3d91f

View file

@ -478,7 +478,7 @@ Rectangle {
anchors.fill: parent;
onClicked: emitSendToScript({'method' : 'navigate', 'url' : allAvatars.makeMarketItemUrl(currentAvatar.avatarUrl)})
}
color: style.colors.blueHighlight
color: hasMarketId ? style.colors.blueHighlight : 'black'
}
TextStyle3 {