controlcenter: changed button label for audio to speakers
This commit is contained in:
parent
d92911b7e4
commit
58e657d891
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ Item {
|
|||
|
||||
options: [
|
||||
{
|
||||
label: qsTr("Audio"),
|
||||
label: qsTr("Speakers"),
|
||||
propertyName: "showAudio",
|
||||
onToggled: function(checked) {
|
||||
root.showAudio = checked;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue