mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-02 09:48:50 +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();
|
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
|
// wallpaper blur
|
||||||
Loader {
|
Loader {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue