mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
bt: fix syntax
This commit is contained in:
@@ -386,6 +386,15 @@
|
||||
"subTab": 1,
|
||||
"subTabLabel": "common.bluetooth"
|
||||
},
|
||||
{
|
||||
"labelKey": "bluetooth.panel.paired-devices",
|
||||
"descriptionKey": null,
|
||||
"widget": "NLabel",
|
||||
"tab": 15,
|
||||
"tabLabel": "panels.connections.title",
|
||||
"subTab": 1,
|
||||
"subTabLabel": "common.bluetooth"
|
||||
},
|
||||
{
|
||||
"labelKey": "bluetooth.panel.available-devices",
|
||||
"descriptionKey": null,
|
||||
|
||||
@@ -239,7 +239,7 @@ Item {
|
||||
spacing: Style.marginM
|
||||
|
||||
NLabel {
|
||||
text: I18n.tr("bluetooth.panel.paired-devices")
|
||||
label: I18n.tr("bluetooth.panel.paired-devices")
|
||||
Layout.fillWidth: true
|
||||
Layout.leftMargin: Style.marginS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user