diff options
Diffstat (limited to 'modules/launcher/items')
| -rw-r--r-- | modules/launcher/items/WallpaperItem.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/launcher/items/WallpaperItem.qml b/modules/launcher/items/WallpaperItem.qml index 1128bad..9fdac3f 100644 --- a/modules/launcher/items/WallpaperItem.qml +++ b/modules/launcher/items/WallpaperItem.qml @@ -67,6 +67,7 @@ Item { CachingImage { path: root.modelData.path smooth: !root.PathView.view.moving + cache: true anchors.fill: parent } |