Wallpaper: Lockscreen & MediaCard now respect the wallpaper.enabled flag.

This commit is contained in:
Lemmy
2026-01-01 19:12:26 -05:00
parent 2c5f724953
commit e57ead4187
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -192,7 +192,7 @@ Loader {
});
}
// Black backgound, in case image fails to load or takes a while
// Black backgound, in case no wallpaper or if its takes a while to load
Rectangle {
anchors.fill: parent
color: "#000000"
@@ -200,7 +200,7 @@ Loader {
Image {
id: lockBgImage
visible: source !== ""
visible: source !== "" && Settings.data.wallpaper.enabled
anchors.fill: parent
fillMode: Image.PreserveAspectCrop
source: resolvedWallpaperPath