mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-15 18:13:15 +02:00
Caps change
This commit is contained in:
parent
97d283cc5f
commit
13767beece
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ Rectangle {
|
|||
AudioControls.CheckBox {
|
||||
id: stereoMic
|
||||
spacing: muteMic.spacing;
|
||||
text: qsTr("use stereo for stereo devices");
|
||||
text: qsTr("Use stereo for stereo devices");
|
||||
checked: false;
|
||||
onClicked: {
|
||||
var success = AudioScriptingInterface.setStereoInput(checked);
|
||||
|
|
Loading…
Reference in a new issue