bt: fix syntax

This commit is contained in:
Lemmy
2026-02-15 16:23:44 -05:00
parent 7315e7257a
commit af8300b410
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -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
}