diff --git a/img/favicon/favicon-notify.png b/img/favicon/favicon-notify.png new file mode 100644 index 00000000..e27dc918 Binary files /dev/null and b/img/favicon/favicon-notify.png differ diff --git a/lib/client/dom.js b/lib/client/dom.js index 0d1c9788..d53667b4 100644 --- a/lib/client/dom.js +++ b/lib/client/dom.js @@ -658,7 +658,9 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog; var notify, granted = Notify.check(); if (granted && Show) - notify = new Notification(msg); + notify = new Notification(msg, { + icon: '/img/favicon/favicon-notify.png', + }); }; this.check = function () {