From 0ac12fa3177cb77a31cf9590b992b788e6c11586 Mon Sep 17 00:00:00 2001 From: "Anthony J. Thibault" Date: Thu, 10 May 2018 17:56:54 -0700 Subject: [PATCH] Bug fix for Vive Tracker Calibration Settings This issue was inadvertently introduced by the name change of the Vive display plugin. --- interface/resources/qml/hifi/tablet/ControllerSettings.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/hifi/tablet/ControllerSettings.qml b/interface/resources/qml/hifi/tablet/ControllerSettings.qml index ffd3d81b84..0beb28977e 100644 --- a/interface/resources/qml/hifi/tablet/ControllerSettings.qml +++ b/interface/resources/qml/hifi/tablet/ControllerSettings.qml @@ -172,7 +172,7 @@ StackView { source: InputConfiguration.configurationLayout(box.currentText); onLoaded: { if (loader.item.hasOwnProperty("pluginName")) { - if (box.currentText === "Vive") { + if (box.currentText === "HTC Vive") { loader.item.pluginName = "OpenVR"; } else { loader.item.pluginName = box.currentText;