mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
Wallpaper: trying to figure the transitioning issue
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user