mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: added helper functions to the game status to keep it simple to read.
This commit is contained in:
parent
666b1afcb6
commit
f1d2a88442
8 changed files with 46 additions and 30 deletions
|
|
@ -20,6 +20,8 @@ const cancelGameDownload = async (
|
|||
GameStatus.CheckingFiles,
|
||||
GameStatus.Paused,
|
||||
GameStatus.Seeding,
|
||||
GameStatus.Finished,
|
||||
GameStatus.Decompressing,
|
||||
]),
|
||||
},
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue