wallpaper async loading

This commit is contained in:
Zacharias-Brohn
2025-11-17 19:06:22 +01:00
parent 94f041ad4c
commit 30a154f36b
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -152,7 +152,7 @@ PanelWindow {
anchors.fill: parent anchors.fill: parent
hoverEnabled: true hoverEnabled: true
onClicked: { onClicked: {
for ( const n of NotifServer.notClosed ) for ( const n of NotifServer.list )
n.close(); n.close();
} }
} }
+3
View File
@@ -26,6 +26,9 @@ Scope {
source: WallpaperPath.currentWallpaperPath source: WallpaperPath.currentWallpaperPath
fillMode: Image.PreserveAspectCrop fillMode: Image.PreserveAspectCrop
asynchronous: true
retainWhileLoading: true
// Behavior on source { // Behavior on source {
// Anim { // Anim {
// properties: "opacity" // properties: "opacity"