fix dismiss: remove from list instead of marking closed

This commit is contained in:
Damocles 2026-04-13 16:04:54 +02:00
parent d28100016b
commit 29a24b4205
2 changed files with 11 additions and 14 deletions

View file

@ -133,7 +133,7 @@ M.PopupPanel {
// Notification list
Repeater {
model: M.NotifService.active.slice(0, 20)
model: M.NotifService.list.slice(0, 20)
delegate: Item {
id: notifItem