diff --git a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml index 9c23cf8677..2a951f31ef 100644 --- a/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml +++ b/interface/resources/qml/hifi/tablet/OpenVrConfiguration.qml @@ -301,8 +301,10 @@ Rectangle { boxRadius: 7 onClicked: { - if (hipsChecked) { - checked = true; + if (!checked) { + shoulderBox.checked = false; + chestBox.checked = false; + hipBox.checked = false; } sendConfigurationSettings(); }