remove config write

This commit is contained in:
Zacharias-Brohn
2026-02-17 21:55:01 +01:00
parent 9ce8f3f54c
commit fc20156852
8 changed files with 10 additions and 134 deletions
+2 -8
View File
@@ -139,16 +139,10 @@ WlSessionLockSurface {
}
}
CachingImage {
Image {
id: background
anchors.fill: parent
asynchronous: true
path: WallpaperPath.currentWallpaperPath
opacity: 1
Component.onCompleted: {
console.log(path);
}
source: WallpaperPath.lockscreenBg
}
Item {