mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-27 11:07:30 -05:00
make wifi/bluetooth device items not unexpectedly use fancy text
This commit is contained in:
+1
@@ -47,6 +47,7 @@ DialogListItem {
|
||||
color: Appearance.colors.colOnSurfaceVariant
|
||||
elide: Text.ElideRight
|
||||
text: root.device?.name || Translation.tr("Unknown device")
|
||||
textFormat: Text.PlainText
|
||||
}
|
||||
StyledText {
|
||||
visible: (root.device?.connected || root.device?.paired) ?? false
|
||||
|
||||
Reference in New Issue
Block a user