wallpaper selector: dont cache images

This commit is contained in:
end-4
2025-08-18 20:59:26 +07:00
parent 2d8eb163e7
commit 6aa37e2529
@@ -301,7 +301,7 @@ Scope {
} }
fillMode: Image.PreserveAspectCrop fillMode: Image.PreserveAspectCrop
asynchronous: true asynchronous: true
cache: true cache: false
smooth: true smooth: true
sourceSize.width: Math.min(128, grid.cellWidth - 16) sourceSize.width: Math.min(128, grid.cellWidth - 16)