Show notification countdown progress

This commit is contained in:
David Heinemeier Hansson
2026-05-20 15:15:25 +02:00
parent 8703a46a70
commit ac925e8f3e
@@ -185,7 +185,7 @@ Rectangle {
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
height: Math.max(1, Style.space(3)) height: Math.max(1, Style.space(3))
color: Color.notifications.border color: Color.notifications.border
visible: false visible: root.showProgress
Rectangle { Rectangle {
anchors.left: parent.left anchors.left: parent.left