Overview: attempt at making the image loading smoother

This commit is contained in:
Ly-sec
2025-10-04 12:00:11 +02:00
parent f17180fa82
commit f0a6e6b582
+6 -1
View File
@@ -40,7 +40,10 @@ Variants {
Qt.callLater(setWallpaperInitial)
return
}
wallpaper = WallpaperService.getWallpaper(modelData.name)
const wallpaperPath = WallpaperService.getWallpaper(modelData.name)
if (wallpaperPath && wallpaperPath !== wallpaper) {
wallpaper = wallpaperPath
}
}
color: Color.transparent
@@ -81,6 +84,8 @@ Variants {
smooth: true
mipmap: false
cache: false
asynchronous: true
}
MultiEffect {