mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
Don't show 'no permission' text on wearables
This commit is contained in:
parent
876001146a
commit
322bac035c
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ Rectangle {
|
|||
}
|
||||
RalewaySemiBold {
|
||||
id: noPermissionText;
|
||||
visible: !root.canRezCertifiedItems;
|
||||
visible: !root.canRezCertifiedItems && !root.isWearable;
|
||||
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