mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-24 12:22:09 +00:00
wallpaper selector: dont cache images
This commit is contained in:
parent
2d8eb163e7
commit
6aa37e2529
1 changed files with 1 additions and 1 deletions
|
|
@ -301,7 +301,7 @@ Scope {
|
|||
}
|
||||
fillMode: Image.PreserveAspectCrop
|
||||
asynchronous: true
|
||||
cache: true
|
||||
cache: false
|
||||
smooth: true
|
||||
|
||||
sourceSize.width: Math.min(128, grid.cellWidth - 16)
|
||||
|
|
|
|||
Loading…
Reference in a new issue