mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 07:53:08 +02:00
21539: Fixed None Checkmark being on Desktop mode
This commit is contained in:
parent
5d52b9936b
commit
693da50a68
1 changed files with 5 additions and 0 deletions
|
@ -803,6 +803,11 @@ Rectangle {
|
||||||
anchors.leftMargin: leftMargin + 10
|
anchors.leftMargin: leftMargin + 10
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
if (!checked & hmdInDesktop.checked) {
|
||||||
|
headBox.checked = true;
|
||||||
|
headPuckBox.checked = false;
|
||||||
|
hmdInDesktop.checked = false;
|
||||||
|
}
|
||||||
sendConfigurationSettings();
|
sendConfigurationSettings();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue