increment mentionCount for linux instead
This commit is contained in:
@@ -79,7 +79,7 @@ function showBadgeOSX(sessionExpired, unreadCount, mentionCount) {
|
||||
function showBadgeLinux(sessionExpired, unreadCount, mentionCount) {
|
||||
if (remote.app.isUnityRunning()) {
|
||||
if (sessionExpired) {
|
||||
remote.app.setBadgeCount(1);
|
||||
remote.app.setBadgeCount(mentionCount + 1);
|
||||
} else {
|
||||
remote.app.setBadgeCount(mentionCount);
|
||||
}
|
||||
|
Reference in New Issue
Block a user