Skip to content

Commit 8c87cec

Browse files
committed
Update service.ts
1 parent 4e1eb91 commit 8c87cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/array/src/main/services/dock-badge/service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class DockBadgeService {
1919

2020
this.hasBadge = true;
2121
if (process.platform === "darwin" || process.platform === "linux") {
22-
app.dock.setBadge(".");
22+
app.dock.setBadge("");
2323
}
2424
log.info("Dock badge shown");
2525
}

0 commit comments

Comments
 (0)