wallpaper selector: dont cache images

This commit is contained in:
end-4 2025-08-18 20:59:26 +07:00
parent 2d8eb163e7
commit 6aa37e2529

View file

@ -301,7 +301,7 @@ Scope {
}
fillMode: Image.PreserveAspectCrop
asynchronous: true
cache: true
cache: false
smooth: true
sourceSize.width: Math.min(128, grid.cellWidth - 16)