1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-08 04:09:15 -04:00

fallback backdrop on lock screen

This commit is contained in:
bbedward
2025-08-27 14:51:34 -04:00
parent 033098038b
commit 0a25b6bc8e
+12
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