lockscreen: Remove wallpaper workaround

This commit is contained in:
Devin Lin 2022-12-09 16:53:52 -05:00
parent 2a779900f3
commit 917a972e83

View file

@ -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