Merge branch 'feature/seed-completed-downloads' of github.com:hydralauncher/hydra into feature/seed-completed-downloads

This commit is contained in:
Chubby Granny Chaser
2024-11-28 10:34:15 +00:00
12 changed files with 585 additions and 79 deletions

View File

@@ -55,6 +55,7 @@ declare global {
onSeedingStatus: (
cb: (value: SeedingStatus[]) => void
) => () => Electron.IpcRenderer;
onHardDelete: (cb: () => void) => () => Electron.IpcRenderer;
/* Catalogue */
searchGames: (query: string) => Promise<CatalogueEntry[]>;