This commit is contained in:
Hachi-R 2024-12-21 16:28:01 -03:00
parent 4b8569bd5e
commit 90b320952b
2 changed files with 16 additions and 16 deletions

View File

@ -218,7 +218,7 @@ export class DownloadManager {
action: "pause",
game_id: gameId,
} as PauseDownloadPayload)
.catch(() => { });
.catch(() => {});
}
static async resumeSeeding(
@ -235,7 +235,7 @@ export class DownloadManager {
action: "pause",
game_id: this.downloadingGameId,
} as PauseDownloadPayload)
.catch(() => { });
.catch(() => {});
WindowManager.mainWindow?.setProgressBar(-1);