mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
FB19355 - When I have avatar entities as children of my avatar, the Avatar app is not consistent in displaying wearables
This commit is contained in:
parent
864e9ca8ae
commit
090bc4fc0d
1 changed files with 4 additions and 0 deletions
|
@ -75,6 +75,10 @@ Rectangle {
|
|||
if(materialUrlOrJson) {
|
||||
wearable.text = 'Material: ' + materialUrlOrJson;
|
||||
}
|
||||
} else if (wearable.sourceUrl) {
|
||||
wearable.text = extractTitleFromUrl(wearable.sourceUrl);
|
||||
} else if (wearable.name) {
|
||||
wearable.text = wearable.name;
|
||||
}
|
||||
wearablesCombobox.model.append(wearable);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue