Image Caching: full refactor base on ImageMagick and fallback to QML. Allows support for a lot more image formats.

This commit is contained in:
Lemmy
2025-12-25 17:31:12 -05:00
parent 4179f9c9f8
commit 09671d1a2c
15 changed files with 781 additions and 733 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ ShellRoot {
Component.onCompleted: {
Logger.i("Shell", "---------------------------");
WallpaperService.init();
WallpaperCacheService.init();
ImageCacheService.init();
AppThemeService.init();
ColorSchemeService.init();
LocationService.init();