Wallpaper: trying to figure the transitioning issue

This commit is contained in:
Lemmy
2026-01-01 17:57:42 -05:00
parent 968e67e69e
commit e53dd69af9
5 changed files with 27 additions and 11 deletions
+1 -1
View File
@@ -58,7 +58,7 @@ Loader {
if (!wallpaper)
return;
// Use 1280x720 for overview since it's heavily blurred anyway
ImageCacheService.getFullscreen(wallpaper, modelData.name, 1280, 720, function (path, success) {
ImageCacheService.getLarge(wallpaper, 1280, 720, function (path, success) {
cachedWallpaper = path;
});
}