From 9481824d0ab11cd35b8f9da991e99af367730e0e Mon Sep 17 00:00:00 2001 From: Zach Fox Date: Thu, 26 Oct 2017 17:02:09 -0700 Subject: [PATCH] Fix enabled status of wear button --- interface/resources/qml/hifi/commerce/checkout/Checkout.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/resources/qml/hifi/commerce/checkout/Checkout.qml b/interface/resources/qml/hifi/commerce/checkout/Checkout.qml index 8ea9ce494c..dfe0c319e5 100644 --- a/interface/resources/qml/hifi/commerce/checkout/Checkout.qml +++ b/interface/resources/qml/hifi/commerce/checkout/Checkout.qml @@ -585,7 +585,7 @@ Rectangle { // "Rez" button HifiControlsUit.Button { id: rezNowButton; - enabled: root.canRezCertifiedItems; + enabled: root.canRezCertifiedItems || root.isWearable; buttonGlyph: hifi.glyphs.lightning; color: hifi.buttons.red; colorScheme: hifi.colorSchemes.light; @@ -634,7 +634,7 @@ Rectangle { } RalewaySemiBold { id: explainRezText; - //visible: !root.isWearable; + visible: !root.isWearable; text: 'What does "Rez" mean?' // Text size size: 16;