Wallpaper: added random transition + fixed "none" transition

This commit is contained in:
LemmyCook 2025-08-29 21:19:17 -04:00
parent 3496169c68
commit 26fc6098dc
4 changed files with 57 additions and 37 deletions

View file

@ -37,9 +37,9 @@ Variants {
anchors.fill: parent
fillMode: Image.PreserveAspectCrop
source: WallpaperService.getWallpaper(modelData.name)
cache: true
smooth: true
mipmap: false
cache: false
}
MultiEffect {