mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: favorites
This commit is contained in:
parent
70fcc6e2a1
commit
2952d44884
34 changed files with 222 additions and 57 deletions
|
|
@ -42,6 +42,7 @@ export interface Game {
|
|||
winePrefixPath?: string | null;
|
||||
executablePath?: string | null;
|
||||
launchOptions?: string | null;
|
||||
favorite?: boolean;
|
||||
}
|
||||
|
||||
export interface Download {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue