From e1075e3cd787bffbfb47c5d07b947b4c06ce3cb6 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 25 May 2026 22:42:53 +0200 Subject: [PATCH] No need to scream about important notifications They're already there until you dismiss them --- 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 db40c6b0..e0eace43 100644 --- a/shell/plugins/notifications/components/NotificationCard.qml +++ b/shell/plugins/notifications/components/NotificationCard.qml @@ -66,7 +66,7 @@ Rectangle { implicitHeight: mainColumn.implicitHeight + border.width * 2 radius: cornerRadius color: Color.notifications.background - border.color: urgency === 2 ? Color.urgent : Color.notifications.border + border.color: Color.notifications.border border.width: Math.max(1, Style.space(2)) clip: true