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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user