forked from Shinonome/dots-hyprland
media controls: make cover art more consistent
This commit is contained in:
@@ -187,7 +187,7 @@ Item { // Player instance
|
||||
property int size: parent.height
|
||||
anchors.fill: parent
|
||||
|
||||
source: playerController.artUrl
|
||||
source: playerController.downloaded ? Qt.resolvedUrl(artFilePath) : ""
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
cache: false
|
||||
antialiasing: true
|
||||
|
||||
Reference in New Issue
Block a user