mirror of
https://github.com/lubosz/overte.git
synced 2025-04-18 04:18:17 +02:00
present avatar model name without marketId in black
This commit is contained in:
parent
4db346167d
commit
3f86f3d91f
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue