mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
lockscreen: Remove wallpaper workaround
This commit is contained in:
parent
2a779900f3
commit
917a972e83
1 changed files with 0 additions and 12 deletions
|
|
@ -41,18 +41,6 @@ Item {
|
|||
passwordBar.textField.forceActiveFocus();
|
||||
}
|
||||
|
||||
// HACK: kscreenlocker doesn't draw the wallpaper (shows up as black)
|
||||
Loader {
|
||||
anchors.fill: parent
|
||||
asynchronous: true
|
||||
sourceComponent: FastBlur {
|
||||
cached: true
|
||||
radius: 0
|
||||
source: wallpaper
|
||||
anchors.fill: parent
|
||||
}
|
||||
}
|
||||
|
||||
// wallpaper blur
|
||||
Loader {
|
||||
anchors.fill: parent
|
||||
|
|
|
|||
Loading…
Reference in a new issue