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 {
|
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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue