qs: fix greeter bg not appearing

async seems to break it?
This commit is contained in:
outfoxxed 2025-07-24 22:17:51 -07:00
parent bb600267a0
commit 59141876ad
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -21,12 +21,12 @@ ShellRoot {
WlSessionLockSurface { WlSessionLockSurface {
id: lockSurface id: lockSurface
color: "darkgreen"
BackgroundImage { BackgroundImage {
id: backgroundImage id: backgroundImage
anchors.fill: parent anchors.fill: parent
screen: lockSurface.screen screen: lockSurface.screen
asynchronous: true
} }
LockContent { LockContent {