mpris: make album art always 1:1

This commit is contained in:
Damocles 2026-04-16 18:53:08 +02:00
parent d4407ee538
commit 23223a2b73

View file

@ -121,10 +121,10 @@ M.BarSection {
panelNamespace: "nova-mpris"
contentWidth: 280
// Album art
// Album art always 1:1
Item {
width: parent.width
height: _artImg._hasArt ? 140 : 60
height: width
clip: true
Rectangle {