feat: show notification on launch

This commit is contained in:
Zamitto
2024-10-21 12:57:07 -03:00
parent 9f76ae8c59
commit d801bad49e
9 changed files with 72 additions and 19 deletions

View File

@@ -73,6 +73,9 @@ declare global {
achievements?: { displayName: string; iconUrl: string }[]
) => void
) => () => Electron.IpcRenderer;
onCombinedAchievementsUnlocked: (
cb: (gameCount: number, achievementCount: number) => void
) => () => Electron.IpcRenderer;
onUpdateAchievements: (
objectId: string,
shop: GameShop,