feat: grayscale and update game details context on achievement event

This commit is contained in:
Zamitto
2024-09-26 17:37:07 -03:00
parent 50b34dc864
commit 54dae87a58
7 changed files with 43 additions and 1 deletions

View File

@@ -70,6 +70,9 @@ declare global {
objectId: string,
shop: GameShop
) => Promise<GameAchievement[]>;
onAchievementUnlocked: (
cb: (objectId: string, shop: GameShop) => void
) => () => Electron.IpcRenderer;
/* Library */
addGameToLibrary: (