diff --git a/js/notifications.js b/js/notifications.js index f5e561b..2f9752f 100644 --- a/js/notifications.js +++ b/js/notifications.js @@ -155,7 +155,7 @@ weechat.factory('notifications', ['$rootScope', '$log', 'models', 'settings', fu textColor: '#ff0' }); // Set app badge to "." when only unread and no notifications - updateBadge("."); + updateBadge("•"); } } };