mirror of
https://github.com/KDE/kasts.git
synced 2024-12-28 17:31:47 +01:00
Remove asynchronous loading of Loader in ImageWithFallback
This commit is contained in:
parent
8ce5ee0e88
commit
2e777630bc
@ -26,7 +26,6 @@ Item {
|
|||||||
//active: !isLoading
|
//active: !isLoading
|
||||||
id: imageLoader
|
id: imageLoader
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
asynchronous: true
|
|
||||||
sourceComponent: imageSource === "no-image" ? fallbackImg : (imageSource === "" ? loaderSymbol : realImg )
|
sourceComponent: imageSource === "no-image" ? fallbackImg : (imageSource === "" ? loaderSymbol : realImg )
|
||||||
opacity: root.imageOpacity
|
opacity: root.imageOpacity
|
||||||
layer.enabled: (root.absoluteRadius > 0 || root.fractionalRadius > 0)
|
layer.enabled: (root.absoluteRadius > 0 || root.fractionalRadius > 0)
|
||||||
|
Loading…
Reference in New Issue
Block a user