Bug fix for Vive Tracker Calibration Settings

This issue was inadvertently introduced by the name change of the Vive display plugin.
This commit is contained in:
Anthony J. Thibault 2018-05-10 17:56:54 -07:00
parent 4d224af7c7
commit 0ac12fa317

View file

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