Don't show 'no permission' text on wearables

This commit is contained in:
Zach Fox 2017-10-18 16:19:54 -07:00
parent 876001146a
commit 322bac035c

View file

@ -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;