mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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
|
||||
AudioControls.CheckBox {
|
||||
id: pttCheckBox
|
||||
spacing: muteMic.spacing;
|
||||
width: rightMostInputLevelPos
|
||||
anchors.top: parent.top
|
||||
text: qsTr("Push To Talk (T)");
|
||||
checked: isVR ? AudioScriptingInterface.pushToTalkHMD : AudioScriptingInterface.pushToTalkDesktop;
|
||||
|
|
Loading…
Reference in a new issue