mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +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
|
||||
checked: selectedHMD
|
||||
text: model.devicename
|
||||
wrapLabel: false
|
||||
ButtonGroup.group: inputDeviceButtonGroup
|
||||
onClicked: {
|
||||
AudioScriptingInterface.setStereoInput(false); // the next selected audio device might not support stereo
|
||||
|
@ -315,6 +316,7 @@ Flickable {
|
|||
width: parent.width
|
||||
checked: selectedDesktop
|
||||
text: model.devicename
|
||||
wrapLabel: false
|
||||
ButtonGroup.group: outputDeviceButtonGroup
|
||||
onClicked: {
|
||||
AudioScriptingInterface.setOutputDevice(model.info, true); // `false` argument for Desktop mode setting
|
||||
|
|
Loading…
Reference in a new issue