Merge branch 'main' into feat/souvenirs-for-achievements

This commit is contained in:
Moyase
2025-11-11 20:29:23 +02:00
committed by GitHub
60 changed files with 2207 additions and 938 deletions

View File

@@ -59,6 +59,7 @@ export interface Game {
pinnedDate?: Date | null;
automaticCloudSync?: boolean;
hasManuallyUpdatedPlaytime?: boolean;
newDownloadOptionsCount?: number;
}
export interface Download {
@@ -114,6 +115,7 @@ export interface UserPreferences {
achievementNotificationsEnabled?: boolean;
achievementCustomNotificationsEnabled?: boolean;
achievementCustomNotificationPosition?: AchievementCustomNotificationPosition;
achievementSoundVolume?: number;
friendRequestNotificationsEnabled?: boolean;
friendStartGameNotificationsEnabled?: boolean;
showDownloadSpeedInMegabytes?: boolean;