21539: Fixed None Checkmark being on Desktop mode

This commit is contained in:
Menithal 2017-11-27 07:59:04 +02:00
parent 5d52b9936b
commit 693da50a68

View file

@ -803,6 +803,11 @@ Rectangle {
anchors.leftMargin: leftMargin + 10
onClicked: {
if (!checked & hmdInDesktop.checked) {
headBox.checked = true;
headPuckBox.checked = false;
hmdInDesktop.checked = false;
}
sendConfigurationSettings();
}
}