mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-01-29 07:52:50 -05:00
fallback backdrop on lock screen
This commit is contained in:
@@ -35,6 +35,18 @@ Item {
|
|||||||
WeatherService.removeRef()
|
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 {
|
Image {
|
||||||
id: wallpaperBackground
|
id: wallpaperBackground
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user