"feat: pause seeding if game folder is deleted"

This commit is contained in:
Hachi-R
2024-11-11 16:24:04 -03:00
parent 1416cd46a3
commit a7b8018ed9
4 changed files with 40 additions and 0 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[]>;