mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:36:47 +02: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 {
|
RalewaySemiBold {
|
||||||
id: noPermissionText;
|
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: '<font color="' + hifi.colors.redAccent + '"><a href="#">You do not have Certified Rez permissions in this domain.</a></font>'
|
||||||
// Text size
|
// Text size
|
||||||
size: 16;
|
size: 16;
|
||||||
|
|
Loading…
Reference in a new issue