feat: show unseen count in macos dock

Resolves #93
This commit is contained in:
talksik
2026-03-30 13:53:50 -07:00
parent 65ea901626
commit a5e1ea1acf
5 changed files with 46 additions and 0 deletions
+3
View File
@@ -12,6 +12,9 @@ declare global {
fetchMetadata: (url: string) => Promise<LinkMetadata | null>;
openExternal: (url: string) => Promise<void>;
};
electronApp: {
setDockBadge: (count: number) => void;
};
}
}