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"