mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
Merge pull request #575 from hydralauncher/feature/game-options-modal
feat: game options modal
This commit is contained in:
commit
4b97639972
37 changed files with 703 additions and 309 deletions
|
@ -106,6 +106,7 @@ export interface Game {
|
|||
downloader: Downloader;
|
||||
executablePath: string | null;
|
||||
lastTimePlayed: Date | null;
|
||||
uri: string | null;
|
||||
fileSize: number;
|
||||
objectID: string;
|
||||
shop: GameShop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue