Merge pull request #16 from wayne-chen/pttSwitchToItem

fixng ptt checkbox
This commit is contained in:
Wayne Chen 2019-03-10 17:18:47 -07:00 committed by GitHub
commit 15eb90f634
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -178,6 +178,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;