Update path to icon for notifications
This commit is contained in:
parent
d18cc78626
commit
9d0fb6b0cd
1 changed files with 1 additions and 1 deletions
|
@ -951,7 +951,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
||||||
|
|
||||||
var notification = new Notification(title, {
|
var notification = new Notification(title, {
|
||||||
body: body,
|
body: body,
|
||||||
icon: 'img/favicon.png'
|
icon: 'assets/img/favicon.png'
|
||||||
});
|
});
|
||||||
|
|
||||||
// Cancel notification automatically
|
// Cancel notification automatically
|
||||||
|
|
Loading…
Reference in a new issue