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