diff --git a/Widgets/Sidebar/Panel/WallpaperPanel.qml b/Widgets/Sidebar/Panel/WallpaperPanel.qml index 932e776..ec7a0b2 100644 --- a/Widgets/Sidebar/Panel/WallpaperPanel.qml +++ b/Widgets/Sidebar/Panel/WallpaperPanel.qml @@ -136,9 +136,12 @@ PanelWindow { source: modelData fillMode: Image.PreserveAspectCrop asynchronous: true - cache: true + cache: false smooth: true mipmap: true + // Limit memory usage + sourceSize.width: 480 + sourceSize.height: 270 } MouseArea { anchors.fill: parent