Remove asynchronous loading of Loader in ImageWithFallback

This commit is contained in:
Bart De Vries 2021-04-30 14:47:13 +02:00
parent 8ce5ee0e88
commit 2e777630bc
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ Item {
//active: !isLoading
id: imageLoader
anchors.fill: parent
asynchronous: true
sourceComponent: imageSource === "no-image" ? fallbackImg : (imageSource === "" ? loaderSymbol : realImg )
opacity: root.imageOpacity
layer.enabled: (root.absoluteRadius > 0 || root.fractionalRadius > 0)