diff --git a/app/assets/javascripts/app/controllers/widget/notify.coffee b/app/assets/javascripts/app/controllers/widget/notify.coffee index 078548183..9228940e6 100644 --- a/app/assets/javascripts/app/controllers/widget/notify.coffee +++ b/app/assets/javascripts/app/controllers/widget/notify.coffee @@ -27,6 +27,7 @@ class App.Notify extends App.ControllerWidgetPermanent @desktopNotifyCounter += 1 counter = @desktopNotifyCounter + data.silent = true notification = new window.Notification(data.title, data) @desktopNotify[counter] = notification @log 'debug', 'notifyDesktop', data, counter