1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

fallback backdrop on lock screen

This commit is contained in:
bbedward
2025-08-27 14:51:34 -04:00
parent 033098038b
commit 0a25b6bc8e

View File

@@ -35,6 +35,18 @@ Item {
WeatherService.removeRef()
}
// Backdrop for when no wallpaper is set
Loader {
anchors.fill: parent
active: !SessionData.wallpaperPath
asynchronous: true
sourceComponent: DankBackdrop {
screenWidth: parent.width
screenHeight: parent.height
}
}
Image {
id: wallpaperBackground