mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: added the @globals back and removed some merge leftovers
This commit is contained in:
parent
c8fe984171
commit
6d36db5446
8 changed files with 535 additions and 367 deletions
|
@ -77,7 +77,7 @@ export interface Game extends Omit<CatalogueEntry, "cover"> {
|
|||
id: number;
|
||||
title: string;
|
||||
iconUrl: string;
|
||||
status: GameStatus | "";
|
||||
status: GameStatus | null;
|
||||
folderName: string;
|
||||
downloadPath: string | null;
|
||||
repacks: GameRepack[];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue