mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 00:08:53 +02:00
Fix BUGZ-311
This commit is contained in:
parent
5944af5cca
commit
d75fe04038
1 changed files with 2 additions and 0 deletions
|
@ -216,6 +216,7 @@ Flickable {
|
||||||
width: parent.width - inputLevel.width
|
width: parent.width - inputLevel.width
|
||||||
checked: selectedHMD
|
checked: selectedHMD
|
||||||
text: model.devicename
|
text: model.devicename
|
||||||
|
wrapLabel: false
|
||||||
ButtonGroup.group: inputDeviceButtonGroup
|
ButtonGroup.group: inputDeviceButtonGroup
|
||||||
onClicked: {
|
onClicked: {
|
||||||
AudioScriptingInterface.setStereoInput(false); // the next selected audio device might not support stereo
|
AudioScriptingInterface.setStereoInput(false); // the next selected audio device might not support stereo
|
||||||
|
@ -315,6 +316,7 @@ Flickable {
|
||||||
width: parent.width
|
width: parent.width
|
||||||
checked: selectedDesktop
|
checked: selectedDesktop
|
||||||
text: model.devicename
|
text: model.devicename
|
||||||
|
wrapLabel: false
|
||||||
ButtonGroup.group: outputDeviceButtonGroup
|
ButtonGroup.group: outputDeviceButtonGroup
|
||||||
onClicked: {
|
onClicked: {
|
||||||
AudioScriptingInterface.setOutputDevice(model.info, true); // `false` argument for Desktop mode setting
|
AudioScriptingInterface.setOutputDevice(model.info, true); // `false` argument for Desktop mode setting
|
||||||
|
|
Loading…
Reference in a new issue