mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Add the same missing image but for the sidebar
This commit is contained in:
parent
c2fd2ca7f0
commit
8e190e4341
@ -104,6 +104,12 @@ Item {
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
asynchronous: true
|
||||
anchors.fill: parent
|
||||
onStatusChanged: {
|
||||
if(image.status === Image.Error){
|
||||
source = "qrc:/assets/images/missingPreview.png"
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user