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",
|
action: "pause",
|
||||||
game_id: gameId,
|
game_id: gameId,
|
||||||
} as PauseDownloadPayload)
|
} as PauseDownloadPayload)
|
||||||
.catch(() => { });
|
.catch(() => {});
|
||||||
}
|
}
|
||||||
|
|
||||||
static async resumeSeeding(
|
static async resumeSeeding(
|
||||||
@ -235,7 +235,7 @@ export class DownloadManager {
|
|||||||
action: "pause",
|
action: "pause",
|
||||||
game_id: this.downloadingGameId,
|
game_id: this.downloadingGameId,
|
||||||
} as PauseDownloadPayload)
|
} as PauseDownloadPayload)
|
||||||
.catch(() => { });
|
.catch(() => {});
|
||||||
|
|
||||||
WindowManager.mainWindow?.setProgressBar(-1);
|
WindowManager.mainWindow?.setProgressBar(-1);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user