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
|
property int size: parent.height
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
source: playerController.artUrl
|
source: playerController.downloaded ? Qt.resolvedUrl(artFilePath) : ""
|
||||||
fillMode: Image.PreserveAspectCrop
|
fillMode: Image.PreserveAspectCrop
|
||||||
cache: false
|
cache: false
|
||||||
antialiasing: true
|
antialiasing: true
|
||||||
|
|||||||
Reference in New Issue
Block a user