diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 0c7a5e4cd..63e6ca182 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -803,7 +803,7 @@ const Source = new Lang.Class({ notification.acknowledged = false; this.pushNotification(notification); - if (this.policy.showBanners) { + if (this.policy.showBanners || notification.urgency == Urgency.CRITICAL) { this.emit('notify', notification); } else { notification.playSound();