Add a generic video icon when there is no thumbnail

This commit is contained in:
Loren Burkholder 2023-02-13 23:52:40 -05:00
parent 787febdca2
commit 905b127a73

View file

@ -59,7 +59,7 @@ Item {
Image {
anchors.fill: parent
source: thumbnailUrl ? thumbnailUrl.replace("mxc://", "image://MxcImage/") + "?scale" : ""
source: thumbnailUrl ? thumbnailUrl.replace("mxc://", "image://MxcImage/") + "?scale" : "image://colorimage/:/icons/icons/ui/video-file.svg?" + Nheko.colors.windowText
asynchronous: true
fillMode: Image.PreserveAspectFit