From 30a154f36b1b95d8b76d4b65c843cdc6d0ab5bd8 Mon Sep 17 00:00:00 2001 From: Zacharias-Brohn Date: Mon, 17 Nov 2025 19:06:22 +0100 Subject: [PATCH] wallpaper async loading --- Modules/NotificationCenter.qml | 2 +- Wallpaper.qml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Modules/NotificationCenter.qml b/Modules/NotificationCenter.qml index 2d5db94..646cff0 100644 --- a/Modules/NotificationCenter.qml +++ b/Modules/NotificationCenter.qml @@ -152,7 +152,7 @@ PanelWindow { anchors.fill: parent hoverEnabled: true onClicked: { - for ( const n of NotifServer.notClosed ) + for ( const n of NotifServer.list ) n.close(); } } diff --git a/Wallpaper.qml b/Wallpaper.qml index 415fc03..144cd62 100644 --- a/Wallpaper.qml +++ b/Wallpaper.qml @@ -26,6 +26,9 @@ Scope { source: WallpaperPath.currentWallpaperPath fillMode: Image.PreserveAspectCrop + asynchronous: true + retainWhileLoading: true + // Behavior on source { // Anim { // properties: "opacity"