diff --git a/js/ui/messageTray.js b/js/ui/messageTray.js index 654bada6b..8a5c262a9 100644 --- a/js/ui/messageTray.js +++ b/js/ui/messageTray.js @@ -771,6 +771,9 @@ var Source = GObject.registerClass({ notification.acknowledged = false; this.pushNotification(notification); + if (notification.urgency === Urgency.LOW) + return; + if (this.policy.showBanners || notification.urgency == Urgency.CRITICAL) this.emit('notification-show', notification); }