mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-11 05:46:17 +00:00
Merge branch 'fix/downloads-ui' of https://github.com/hydralauncher/hydra into fix/downloads-ui
This commit is contained in:
@@ -13,7 +13,6 @@ const resumeGameDownload = async (
|
|||||||
|
|
||||||
const download = await downloadsSublevel.get(gameKey);
|
const download = await downloadsSublevel.get(gameKey);
|
||||||
|
|
||||||
// Allow resuming if status is "paused" OR "active" (for cases where app was closed during download)
|
|
||||||
if (
|
if (
|
||||||
download &&
|
download &&
|
||||||
(download.status === "paused" || download.status === "active") &&
|
(download.status === "paused" || download.status === "active") &&
|
||||||
|
|||||||
Reference in New Issue
Block a user