make wifi/bluetooth device items not unexpectedly use fancy text

This commit is contained in:
end-4
2026-01-24 15:08:22 +01:00
parent 6075835d85
commit 1588a20b46
4 changed files with 4 additions and 0 deletions
@@ -41,6 +41,7 @@ ExpandableChoiceButton {
elide: Text.ElideRight
font.pixelSize: Looks.font.pixelSize.large
text: root.device?.name || Translation.tr("Unknown device")
textFormat: Text.PlainText
}
WText { // Status
id: statusText