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
hoverEnabled: true
onClicked: {
for ( const n of NotifServer.notClosed )
for ( const n of NotifServer.list )
n.close();
}
}