mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 18:13:55 +00:00
feat: add a modal to select game installation folder (pt and en translation)
This commit is contained in:
3
src/renderer/declaration.d.ts
vendored
3
src/renderer/declaration.d.ts
vendored
@@ -22,7 +22,8 @@ declare global {
|
||||
repackId: number,
|
||||
objectID: string,
|
||||
title: string,
|
||||
shop: GameShop
|
||||
shop: GameShop,
|
||||
downloadPath: string
|
||||
) => Promise<Game>;
|
||||
cancelGameDownload: (gameId: number) => Promise<void>;
|
||||
pauseGameDownload: (gameId: number) => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user