Merge branch 'main' of https://github.com/hydralauncher/hydra into feat/custom-games-support

This commit is contained in:
Moyasee
2025-09-28 17:39:07 +03:00
48 changed files with 1577 additions and 311 deletions

View File

@@ -49,6 +49,8 @@ export interface Game {
executablePath?: string | null;
launchOptions?: string | null;
favorite?: boolean;
isPinned?: boolean;
pinnedDate?: Date | null;
automaticCloudSync?: boolean;
hasManuallyUpdatedPlaytime?: boolean;
}