mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-03 02:51:46 +00:00
Overview: attempt at making the image loading smoother
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user