Merge branch 'main' into feature-add-low-price-and-game-language

This commit is contained in:
Chubby Granny Chaser
2025-09-28 01:01:51 +01:00
committed by GitHub
23 changed files with 852 additions and 48 deletions

View File

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