mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-09 03:37:45 +03:00
lint
This commit is contained in:
parent
4b8569bd5e
commit
90b320952b
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user