mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding libtorrent again
This commit is contained in:
parent
e44049ff63
commit
e08aa9c299
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ export function DownloadGroup({
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
return <p>{t(game.status)}</p>;
|
return <p>{t(game.status as string)}</p>;
|
||||||
};
|
};
|
||||||
|
|
||||||
const getGameActions = (game: LibraryGame) => {
|
const getGameActions = (game: LibraryGame) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue