mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Quick bugfix
This commit is contained in:
parent
90f05f4db7
commit
3d4e6de6ab
1 changed files with 1 additions and 1 deletions
|
@ -722,7 +722,7 @@ Rectangle {
|
|||
}
|
||||
RalewaySemiBold {
|
||||
id: noPermissionText;
|
||||
visible: !root.canRezCertifiedItems && root.itemType !== "wearable";
|
||||
visible: !root.canRezCertifiedItems && root.itemType === "entity";
|
||||
text: '<font color="' + hifi.colors.redAccent + '"><a href="#">You do not have Certified Rez permissions in this domain.</a></font>'
|
||||
// Text size
|
||||
size: 16;
|
||||
|
|
Loading…
Reference in a new issue