put wallpaper picker in loader and make it use real thumbnails

This commit is contained in:
end-4
2025-08-18 20:41:44 +07:00
parent 8feee4e61a
commit 445b10d6f0
2 changed files with 334 additions and 325 deletions
@@ -11,6 +11,7 @@ Singleton {
readonly property string config: StandardPaths.standardLocations(StandardPaths.ConfigLocation)[0]
readonly property string state: StandardPaths.standardLocations(StandardPaths.StateLocation)[0]
readonly property string cache: StandardPaths.standardLocations(StandardPaths.CacheLocation)[0]
readonly property string genericCache: StandardPaths.standardLocations(StandardPaths.GenericCacheLocation)[0]
readonly property string pictures: StandardPaths.standardLocations(StandardPaths.PicturesLocation)[0]
readonly property string downloads: StandardPaths.standardLocations(StandardPaths.DownloadLocation)[0]