diff --git a/components/StatusBarNotificationIndicator.qml b/components/StatusBarNotificationIndicator.qml index eb0ce6d9a..d302597be 100644 --- a/components/StatusBarNotificationIndicator.qml +++ b/components/StatusBarNotificationIndicator.qml @@ -23,13 +23,4 @@ Rectangle { duration: Theme.animation_page_fade_duration } } - - Text { - anchors.top: parent.bottom - text: Global.notifications.unsilencedModel.highestPriorityType === VenusOS.Notification_Alarm - ? "Theme.color_critical" - : Global.notifications.unsilencedModel.highestPriorityType === VenusOS.Notification_Warning - ? "Theme.color_warning" - : "Theme.color_ok" - } }