Update app unread badge to dot instead of punctuation
This commit is contained in:
parent
08f6ec0f05
commit
570f293399
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@ weechat.factory('notifications', ['$rootScope', '$log', 'models', 'settings', fu
|
||||||
textColor: '#ff0'
|
textColor: '#ff0'
|
||||||
});
|
});
|
||||||
// Set app badge to "." when only unread and no notifications
|
// Set app badge to "." when only unread and no notifications
|
||||||
updateBadge(".");
|
updateBadge("•");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue