diff --git a/interface/resources/qml/hifi/tablet/ControllerSettings.qml b/interface/resources/qml/hifi/tablet/ControllerSettings.qml index d6c04ab420..28fea649c0 100644 --- a/interface/resources/qml/hifi/tablet/ControllerSettings.qml +++ b/interface/resources/qml/hifi/tablet/ControllerSettings.qml @@ -27,7 +27,7 @@ Item { width: parent.width property string title: "Controls" - property var openVRDevices: ["HTC Vive", "Valve Index", "Valve HMD", "Valve"] + property var openVRDevices: ["HTC Vive", "Valve Index", "Valve HMD", "Valve", "WindowsMR"] HifiConstants { id: hifi } diff --git a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml index 5a6a5dc2f1..b2de480842 100644 --- a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml +++ b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml @@ -1045,8 +1045,8 @@ Flickable { var hmdDesktopPosition = settings["hmdDesktopTracking"]; var eyeTrackingEnabled = settings["eyeTrackingEnabled"]; - armCircumference.realValue = settings.armCircumference; - shoulderWidth.realValue = settings.shoulderWidth; + armCircumference.realValue = settings["armCircumference"]; + shoulderWidth.realValue = settings["shoulderWidth"]; if (HmdHead) { headBox.checked = true;