Do not set dot badge for windows app
This commit is contained in:
parent
570f293399
commit
7aad726269
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue