mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: updating play label on hero panel
This commit is contained in:
parent
91b1341271
commit
96e11e6be9
40 changed files with 2049 additions and 745 deletions
4
src/renderer/declaration.d.ts
vendored
4
src/renderer/declaration.d.ts
vendored
|
@ -45,6 +45,10 @@ declare global {
|
|||
shop: GameShop,
|
||||
title: string
|
||||
) => Promise<HowLongToBeatCategory[] | null>;
|
||||
getGames: (
|
||||
take?: number,
|
||||
prevCursor?: number
|
||||
) => Promise<{ results: CatalogueEntry[]; cursor: number }>;
|
||||
|
||||
/* Library */
|
||||
addGameToLibrary: (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue