Feat: Added changing game playtime functionality

This commit is contained in:
Moyasee
2025-09-17 11:17:55 +03:00
parent 01ac5239dc
commit 6ff694c078
14 changed files with 326 additions and 8 deletions

View File

@@ -45,6 +45,7 @@ export interface Game {
launchOptions?: string | null;
favorite?: boolean;
automaticCloudSync?: boolean;
hasManuallyUpdatedPlaytime?: boolean;
}
export interface Download {