From ac925e8f3e0b681fd2b5d26e58da0b4c17acecf8 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Wed, 20 May 2026 15:15:25 +0200 Subject: [PATCH] Show notification countdown progress --- shell/plugins/notifications/components/NotificationCard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/plugins/notifications/components/NotificationCard.qml b/shell/plugins/notifications/components/NotificationCard.qml index 8ece4a0c..3e84e2e0 100644 --- a/shell/plugins/notifications/components/NotificationCard.qml +++ b/shell/plugins/notifications/components/NotificationCard.qml @@ -185,7 +185,7 @@ Rectangle { anchors.bottom: parent.bottom height: Math.max(1, Style.space(3)) color: Color.notifications.border - visible: false + visible: root.showProgress Rectangle { anchors.left: parent.left