feat: browser window for notification

This commit is contained in:
Zamitto
2024-09-27 14:59:08 -03:00
parent 753a293cd7
commit bdba3dd29c
6 changed files with 150 additions and 17 deletions

View File

@@ -71,7 +71,12 @@ declare global {
shop: GameShop
) => Promise<GameAchievement[]>;
onAchievementUnlocked: (
cb: (objectId: string, shop: GameShop) => void
cb: (
objectId: string,
shop: GameShop,
displayName: string,
iconUrl: string
) => void
) => () => Electron.IpcRenderer;
/* Library */