Update app unread badge to dot instead of punctuation

This commit is contained in:
Magnus Hauge Bakke 2016-04-06 09:15:21 +02:00
parent 08f6ec0f05
commit 570f293399

View file

@ -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("");
}
}
};