feat: checkbox to disable new game update badges

This commit is contained in:
Moyasee
2025-11-15 16:46:02 +02:00
parent c600a4a46f
commit c4852b89f1
7 changed files with 65 additions and 16 deletions

View File

@@ -124,6 +124,7 @@ export interface UserPreferences {
enableSteamAchievements?: boolean;
autoplayGameTrailers?: boolean;
hideToTrayOnGameStart?: boolean;
enableNewDownloadOptionsBadges?: boolean;
}
export interface ScreenState {