use symbol font for symbols

This commit is contained in:
Damocles 2026-04-11 12:08:06 +02:00
parent 207d227342
commit b7ee4e2dbb
10 changed files with 79 additions and 32 deletions

View file

@ -28,8 +28,14 @@ Row {
onTriggered: proc.running = true
}
M.BarIcon {
visible: root.status === "connected"
icon: ""
anchors.verticalCenter: parent.verticalCenter
}
Text {
text: root.status === "connected" ? (" " + root.device) : ""
visible: root.status === "connected"
text: root.device
color: M.Theme.base05
font.pixelSize: M.Theme.fontSize + 1
font.family: M.Theme.fontFamily