Skip to content

Commit

Permalink
Remove debug text in StatusBarNotificationIndicator
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeTrahearn-Qinetic committed Jan 15, 2025
1 parent 9e67a27 commit 2832493
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions components/StatusBarNotificationIndicator.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 2832493

Please sign in to comment.