Use message image for notifications

This commit is contained in:
Jannis Mattheis 2018-03-30 22:37:03 +02:00 committed by Jannis Mattheis
parent dcc8ea6b4c
commit e141553e3e
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ dispatcher.register((data) => {
const notify = new Notify(msg.title, {
body: msg.message,
icon: '/static/favicon.ico',
icon: msg.image,
notifyClick: closeAndFocus,
notifyShow: closeAfterTimeout,
});