mirror of
https://github.com/KDE/kasts.git
synced 2024-12-28 09:21:13 +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
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user