Merge branch 'main' into feature/torbox-integration

# Conflicts:
#	src/renderer/src/constants.ts
#	src/shared/constants.ts
This commit is contained in:
Zamitto 2025-01-11 15:19:01 -03:00
commit 6c11ba4331
61 changed files with 2170 additions and 765 deletions

View file

@ -115,6 +115,7 @@ export interface Game {
downloader: Downloader;
winePrefixPath: string | null;
executablePath: string | null;
launchOptions: string | null;
lastTimePlayed: Date | null;
uri: string | null;
fileSize: number;
@ -267,7 +268,7 @@ export interface UserDetails {
profileVisibility: ProfileVisibility;
bio: string;
subscription: Subscription | null;
quirks: {
quirks?: {
backupsPerGameLimit: number;
};
}