mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 18:23:54 +02:00
stereo checkbox text change
This commit is contained in:
parent
3a39fca268
commit
e21c4988fb
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 input device");
|
||||
text: qsTr("Enable stereo input");
|
||||
checked: AudioScriptingInterface.isStereoInput();
|
||||
onClicked: {
|
||||
var success = AudioScriptingInterface.setStereoInput(checked);
|
||||
|
|
Loading…
Reference in a new issue