From ff60058cbe219a59d55286975f48b62a0d570fc3 Mon Sep 17 00:00:00 2001 From: Dante Ruiz Date: Thu, 9 Feb 2017 17:54:41 +0000 Subject: [PATCH] checking if desktop exists --- interface/resources/qml/hifi/Card.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/Card.qml b/interface/resources/qml/hifi/Card.qml index 7dd7c63da9..f6f7e88d0c 100644 --- a/interface/resources/qml/hifi/Card.qml +++ b/interface/resources/qml/hifi/Card.qml @@ -129,7 +129,7 @@ Rectangle { property int dropSamples: 9; property int dropSpread: 0; DropShadow { - visible: showPlace; //&& desktop.gradientsSupported; + visible: showPlace && (desktop ? desktop.gradientsSupported : false) source: place; anchors.fill: place; horizontalOffset: dropHorizontalOffset;