Do not set dot badge for windows app

This commit is contained in:
Magnus Hauge Bakke 2016-04-06 10:29:28 +02:00
parent 570f293399
commit 7aad726269

View file

@ -196,7 +196,7 @@
}
else if (process.platform === "win32") {
// If we get a . it means there's unread messages. We don't care about that
if (arg === '.') {
if (arg === '.' || arg === '•') {
return;
}
let n = parseInt(arg, 10);