Wallpaper: always resize images to the screen size to improve memory usage.

This commit is contained in:
ItsLemmy
2025-10-04 08:16:32 -04:00
parent 0807633e76
commit f348505d2a
+2
View File
@@ -105,6 +105,7 @@ Variants {
visible: false
cache: false
asynchronous: true
sourceSize: Qt.size(modelData.width, modelData.height)
onStatusChanged: {
if (status === Image.Error) {
Logger.warn("Current wallpaper failed to load:", source)
@@ -120,6 +121,7 @@ Variants {
visible: false
cache: false
asynchronous: true
sourceSize: Qt.size(modelData.width, modelData.height)
onStatusChanged: {
if (status === Image.Error) {
Logger.warn("Next wallpaper failed to load:", source)