feat: adding profile sorting

This commit is contained in:
Chubby Granny Chaser
2025-09-28 00:37:22 +01:00
parent a71293148d
commit e96cb3228e
17 changed files with 437 additions and 161 deletions

View File

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