Merge branch 'fix/downloads-ui' of https://github.com/hydralauncher/hydra into fix/downloads-ui

This commit is contained in:
Chubby Granny Chaser
2025-11-30 06:25:39 +00:00

View File

@@ -13,7 +13,6 @@ const resumeGameDownload = async (
const download = await downloadsSublevel.get(gameKey);
// Allow resuming if status is "paused" OR "active" (for cases where app was closed during download)
if (
download &&
(download.status === "paused" || download.status === "active") &&