No need to scream about important notifications

They're already there until you dismiss them
This commit is contained in:
David Heinemeier Hansson
2026-05-25 22:42:53 +02:00
parent 2d86736fb0
commit e1075e3cd7
@@ -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