feat: favorites

This commit is contained in:
Leandro Perin 2025-02-04 19:05:11 -03:00
parent 70fcc6e2a1
commit 2952d44884
34 changed files with 222 additions and 57 deletions

View file

@ -42,6 +42,7 @@ export interface Game {
winePrefixPath?: string | null;
executablePath?: string | null;
launchOptions?: string | null;
favorite?: boolean;
}
export interface Download {