themed icons in tray, misc tweaks
This commit is contained in:
parent
09d901bf5a
commit
a67cdbd66f
5 changed files with 21 additions and 3 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue