mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: adding last selected option to repacks modal
This commit is contained in:
parent
80a25bf409
commit
d700e2706c
4 changed files with 26 additions and 6 deletions
|
@ -107,6 +107,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