From 84e839cf55fe745185c33b2d597501bcababa547 Mon Sep 17 00:00:00 2001 From: ATMDA Date: Wed, 12 Nov 2025 16:50:20 -0500 Subject: notif/toasts: refactoring colors --- modules/notifications/NotificationToast.qml | 2 -- 1 file changed, 2 deletions(-) (limited to 'modules/notifications/NotificationToast.qml') 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 } } } -- cgit v1.2.3-freya