Merge pull request #237 from tribut/patch-3

Update path to icon for notifications
l-merge-prefix
David Cormier 11 years ago
commit d90a2a9e45
  1. 2
      js/glowingbear.js

@ -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…
Cancel
Save