mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-10 01:22:36 +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;
|
anchors.fill: parent;
|
||||||
onClicked: emitSendToScript({'method' : 'navigate', 'url' : allAvatars.makeMarketItemUrl(currentAvatar.avatarUrl)})
|
onClicked: emitSendToScript({'method' : 'navigate', 'url' : allAvatars.makeMarketItemUrl(currentAvatar.avatarUrl)})
|
||||||
}
|
}
|
||||||
color: style.colors.blueHighlight
|
color: hasMarketId ? style.colors.blueHighlight : 'black'
|
||||||
}
|
}
|
||||||
|
|
||||||
TextStyle3 {
|
TextStyle3 {
|
||||||
|
|
Loading…
Reference in a new issue