Wallpaper: cached images goes to their own subfolder.

This commit is contained in:
LemmyCook
2025-09-21 14:54:33 -04:00
parent 796e080948
commit 6eb453136d
3 changed files with 6 additions and 2 deletions
@@ -329,6 +329,7 @@ NPanel {
NImageCached {
id: img
imagePath: wallpaperPath
cacheFolder: Settings.cacheDirImagesWallpapers
anchors.fill: parent
}