feat: Hide to tray on game startup and ability to disable trailers auto-play

This commit is contained in:
Moyasee
2025-10-28 17:34:20 +02:00
parent 61072aa02a
commit 120aad6c1c
5 changed files with 49 additions and 3 deletions

View File

@@ -118,6 +118,8 @@ export interface UserPreferences {
showDownloadSpeedInMegabytes?: boolean;
extractFilesByDefault?: boolean;
enableSteamAchievements?: boolean;
autoplayGameTrailers?: boolean;
hideToTrayOnGameStart?: boolean;
}
export interface ScreenState {