This commit is contained in:
Hachi-R 2024-12-23 02:07:48 -03:00
parent af2b422154
commit c755aa388b

View File

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