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
commit 4b97639972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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;