themed icons in tray, misc tweaks

This commit is contained in:
Damocles 2026-04-12 14:33:10 +02:00
parent 09d901bf5a
commit a67cdbd66f
5 changed files with 21 additions and 3 deletions

View file

@ -28,7 +28,7 @@ M.BarSection {
anchors.verticalCenter: parent.verticalCenter
}
M.BarLabel {
label: root.player?.identity ?? ""
label: root.player?.trackTitle || root.player?.identity || ""
anchors.verticalCenter: parent.verticalCenter
}