lots of changes

This commit is contained in:
Zacharias-Brohn
2025-11-19 17:01:20 +01:00
parent ddae364005
commit 07e399f6d9
19 changed files with 611 additions and 53 deletions
+1 -17
View File
@@ -21,23 +21,7 @@ Scope {
right: true
bottom: true
}
Image {
id: wallpaperImage
anchors.fill: parent
source: WallpaperPath.currentWallpaperPath
fillMode: Image.PreserveAspectCrop
smooth: true
asynchronous: true
retainWhileLoading: true
// Behavior on source {
// Anim {
// properties: "opacity"
// duration: 500
// }
// }
}
Background {}
}
}
}