You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notifications: Only show "Silence" button for notification Toasts
Non-notification toasts which are of type Warning or Error cannot
be silenced as they cannot cause an alarm, since only notification
backed toasts can cause alarms.
This commit ensures that the "Silence" button will only be shown
for notification-backed warning/error toasts, and that the normal
"X" (dismiss/close) button is shown for non-notification-backed
toasts.
Contributes to issue #2675
0 commit comments