mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 21:33:09 +02:00
changing Name
This commit is contained in:
parent
8cae20f53d
commit
4b572eda6b
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ Rectangle {
|
|||
AudioControls.CheckBox {
|
||||
id: stereoMic
|
||||
spacing: muteMic.spacing;
|
||||
text: qsTr("Enable stereo");
|
||||
text: qsTr("Stereo");
|
||||
checked: false;
|
||||
onClicked: {
|
||||
Audio.setIsStereoInput(checked);
|
||||
|
|
Loading…
Reference in a new issue