Merge pull request #237 from tribut/patch-3
Update path to icon for notifications
This commit is contained in:
commit
d90a2a9e45
|
@ -951,7 +951,7 @@ weechat.controller('WeechatCtrl', ['$rootScope', '$scope', '$store', '$timeout',
|
|||
|
||||
var notification = new Notification(title, {
|
||||
body: body,
|
||||
icon: 'img/favicon.png'
|
||||
icon: 'assets/img/favicon.png'
|
||||
});
|
||||
|
||||
// Cancel notification automatically
|
||||
|
|
Loading…
Reference in New Issue