Merge pull request #13153 from hyperlogic/bug-fix/vive-puck-calibration-fix-rc67

[RC67.1] Bug fix for Vive Tracker Calibration Settings
This commit is contained in:
John Conklin II 2018-05-10 23:46:51 -07:00 committed by GitHub
commit e1e68c0dfa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;