From ef5936d0ab58b79d55d79da0c77627f09676691d Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Thu, 18 Sep 2025 23:39:23 +1000 Subject: notifs: persistent notifs + better sidebar notifs --- modules/notifications/Content.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/notifications/Content.qml') diff --git a/modules/notifications/Content.qml b/modules/notifications/Content.qml index 828c3a8..019e922 100644 --- a/modules/notifications/Content.qml +++ b/modules/notifications/Content.qml @@ -55,7 +55,7 @@ Item { id: list model: ScriptModel { - values: [...Notifs.popups].reverse() + values: Notifs.popups.filter(n => !n.closed).reverse() } anchors.fill: parent -- cgit v1.2.3-freya