Merge pull request #575 from hydralauncher/feature/game-options-modal

feat: game options modal
This commit is contained in:
Chubby Granny Chaser
2024-06-08 20:30:09 +01:00
committed by GitHub
37 changed files with 703 additions and 309 deletions

View File

@@ -106,6 +106,7 @@ export interface Game {
downloader: Downloader;
executablePath: string | null;
lastTimePlayed: Date | null;
uri: string | null;
fileSize: number;
objectID: string;
shop: GameShop;