This commit is contained in:
Zacharias-Brohn
2025-12-07 02:16:33 +01:00
parent ef3791b0d4
commit 0f3f4a981f
12 changed files with 1173 additions and 183 deletions
+2 -6
View File
@@ -62,7 +62,6 @@ WlSessionLockSurface {
onTextChanged: text = ""
}
ScreencopyView {
id: background
@@ -84,14 +83,11 @@ WlSessionLockSurface {
}
}
Image {
CachingImage {
id: backgroundImage
anchors.fill: parent
asynchronous: false
cache: false
source: WallpaperPath.currentWallpaperPath
sourceSize.width: root.screen.width
sourceSize.height: root.screen.height
path: WallpaperPath.currentWallpaperPath
visible: Config.lock.useWallpaper
Component.onCompleted: {