mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge branch 'main' of https://github.com/hydralauncher/hydra
This commit is contained in:
commit
483f8223b6
156 changed files with 2841 additions and 7759 deletions
|
@ -44,7 +44,7 @@ export class Game {
|
|||
shop: GameShop;
|
||||
|
||||
@Column("text", { nullable: true })
|
||||
status: GameStatus | "";
|
||||
status: GameStatus | null;
|
||||
|
||||
/**
|
||||
* Progress is a float between 0 and 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue