diff options
Diffstat (limited to 'modules/notifications/NotificationToast.qml')
| -rw-r--r-- | modules/notifications/NotificationToast.qml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/notifications/NotificationToast.qml b/modules/notifications/NotificationToast.qml index f8b830a..90414fe 100644 --- a/modules/notifications/NotificationToast.qml +++ b/modules/notifications/NotificationToast.qml @@ -85,8 +85,6 @@ StyledRect { modelData: root.modelData hasImage: root.hasImage hasAppIcon: root.hasAppIcon - isCritical: root.modelData.urgency === NotificationUrgency.Critical - isLow: root.modelData.urgency === NotificationUrgency.Low } } } |