controlcenter: relabled buttons in connected group
This commit is contained in:
parent
388cb0e373
commit
1850a844ee
1 changed files with 4 additions and 4 deletions
|
|
@ -208,7 +208,7 @@ Item {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: qsTr("Mic"),
|
label: qsTr("Microphone"),
|
||||||
propertyName: "showMicrophone",
|
propertyName: "showMicrophone",
|
||||||
onToggled: function(checked) {
|
onToggled: function(checked) {
|
||||||
root.showMicrophone = checked;
|
root.showMicrophone = checked;
|
||||||
|
|
@ -216,7 +216,7 @@ Item {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: qsTr("KB"),
|
label: qsTr("Keyboard"),
|
||||||
propertyName: "showKbLayout",
|
propertyName: "showKbLayout",
|
||||||
onToggled: function(checked) {
|
onToggled: function(checked) {
|
||||||
root.showKbLayout = checked;
|
root.showKbLayout = checked;
|
||||||
|
|
@ -232,7 +232,7 @@ Item {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: qsTr("BT"),
|
label: qsTr("Bluetooth"),
|
||||||
propertyName: "showBluetooth",
|
propertyName: "showBluetooth",
|
||||||
onToggled: function(checked) {
|
onToggled: function(checked) {
|
||||||
root.showBluetooth = checked;
|
root.showBluetooth = checked;
|
||||||
|
|
@ -248,7 +248,7 @@ Item {
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: qsTr("Lock"),
|
label: qsTr("Capslock"),
|
||||||
propertyName: "showLockStatus",
|
propertyName: "showLockStatus",
|
||||||
onToggled: function(checked) {
|
onToggled: function(checked) {
|
||||||
root.showLockStatus = checked;
|
root.showLockStatus = checked;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue