use StyledImage in more places

This commit is contained in:
end-4
2025-09-28 11:52:35 +02:00
parent e97f819a5c
commit 05dc53b396
5 changed files with 5 additions and 19 deletions
@@ -175,16 +175,10 @@ Variants {
anchors.fill: parent
clip: true
Image {
StyledImage {
id: wallpaper
visible: opacity > 0 && !blurLoader.active
opacity: (status === Image.Ready && !bgRoot.wallpaperIsVideo) ? 1 : 0
Behavior on opacity {
animation: Appearance.animation.elementMoveEnter.numberAnimation.createObject(this)
}
cache: false
asynchronous: true
retainWhileLoading: true
smooth: false
// Range = groups that workspaces span on
property int chunkSize: Config?.options.bar.workspaces.shown ?? 10