mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 11:42:55 +02:00
fixng ptt checkbox
This commit is contained in:
parent
2eaa1e63d3
commit
54973375a4
1 changed files with 2 additions and 0 deletions
|
@ -171,6 +171,8 @@ Rectangle {
|
||||||
height: pttTextContainer.height + pttCheckBox.height + margins.paddings + 10
|
height: pttTextContainer.height + pttCheckBox.height + margins.paddings + 10
|
||||||
AudioControls.CheckBox {
|
AudioControls.CheckBox {
|
||||||
id: pttCheckBox
|
id: pttCheckBox
|
||||||
|
spacing: muteMic.spacing;
|
||||||
|
width: rightMostInputLevelPos
|
||||||
anchors.top: parent.top
|
anchors.top: parent.top
|
||||||
text: qsTr("Push To Talk (T)");
|
text: qsTr("Push To Talk (T)");
|
||||||
checked: isVR ? AudioScriptingInterface.pushToTalkHMD : AudioScriptingInterface.pushToTalkDesktop;
|
checked: isVR ? AudioScriptingInterface.pushToTalkHMD : AudioScriptingInterface.pushToTalkDesktop;
|
||||||
|
|
Loading…
Reference in a new issue