mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-15 04:32:13 +00:00
feat: adding libtorrent again
This commit is contained in:
parent
e08aa9c299
commit
47ab35421c
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export function HeroPanelPlaytime() {
|
||||||
if (!game) return null;
|
if (!game) return null;
|
||||||
|
|
||||||
const hasDownload =
|
const hasDownload =
|
||||||
["active", "paused"].includes(game.status) && game.progress !== 1;
|
["active", "paused"].includes(game.status as string) && game.progress !== 1;
|
||||||
|
|
||||||
const isGameDownloading =
|
const isGameDownloading =
|
||||||
game.status === "active" && lastPacket?.game.id === game.id;
|
game.status === "active" && lastPacket?.game.id === game.id;
|
||||||
|
|
Loading…
Reference in a new issue