feat: adding last selected option to repacks modal

This commit is contained in:
Chubby Granny Chaser 2024-06-08 19:18:24 +01:00
parent 80a25bf409
commit d700e2706c
No known key found for this signature in database
4 changed files with 26 additions and 6 deletions

View file

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