notif actions fix

This commit is contained in:
Zacharias-Brohn
2026-02-05 15:47:32 +01:00
parent fa9bdca241
commit 73a3b85141
13 changed files with 225 additions and 624 deletions
@@ -35,7 +35,6 @@ Item {
map.set(n.appName, null);
for (const n of NotifServer.list)
map.set(n.appName, null);
console.log(map.keys())
return [...map.keys()];
}
onValuesChanged: root.flagChanged()
@@ -52,8 +51,9 @@ Item {
property int startY
function closeAll(): void {
for (const n of NotifServer.notClosed.filter(n => n.appName === modelData))
for (const n of NotifServer.notClosed.filter(n => n.appName === modelData)) {
n.close();
}
}
y: {