mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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