mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-01-23 21:44:55 +03:00
feat: adding libtorrent again
This commit is contained in:
parent
e44049ff63
commit
e08aa9c299
@ -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…
Reference in New Issue
Block a user