mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 19:29:47 +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 {
|
AudioControls.CheckBox {
|
||||||
id: stereoMic
|
id: stereoMic
|
||||||
spacing: muteMic.spacing;
|
spacing: muteMic.spacing;
|
||||||
text: qsTr("Use stereo for input device");
|
text: qsTr("Enable stereo input");
|
||||||
checked: AudioScriptingInterface.isStereoInput();
|
checked: AudioScriptingInterface.isStereoInput();
|
||||||
onClicked: {
|
onClicked: {
|
||||||
var success = AudioScriptingInterface.setStereoInput(checked);
|
var success = AudioScriptingInterface.setStereoInput(checked);
|
||||||
|
|
Loading…
Reference in a new issue