mirror of
https://github.com/overte-org/overte.git
synced 2025-08-11 08:18:56 +02:00
Merge pull request #16 from wayne-chen/pttSwitchToItem
fixng ptt checkbox
This commit is contained in:
commit
15eb90f634
1 changed files with 2 additions and 0 deletions
|
@ -178,6 +178,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