undo font

This commit is contained in:
Damocles 2026-04-11 00:46:47 +02:00
parent 00838e1d64
commit 207d227342
10 changed files with 8 additions and 12 deletions

View file

@ -32,7 +32,7 @@ Row {
text: root.status === "connected" ? (" " + root.device) : ""
color: M.Theme.base05
font.pixelSize: M.Theme.fontSize + 1
font.family: M.Theme.iconFontFamily
font.family: M.Theme.fontFamily
anchors.verticalCenter: parent.verticalCenter
}
}