qs: fix greeter bg not appearing
async seems to break it?
This commit is contained in:
parent
bb600267a0
commit
59141876ad
1 changed files with 1 additions and 1 deletions
|
@ -21,12 +21,12 @@ ShellRoot {
|
|||
|
||||
WlSessionLockSurface {
|
||||
id: lockSurface
|
||||
color: "darkgreen"
|
||||
|
||||
BackgroundImage {
|
||||
id: backgroundImage
|
||||
anchors.fill: parent
|
||||
screen: lockSurface.screen
|
||||
asynchronous: true
|
||||
}
|
||||
|
||||
LockContent {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue