Merge branch 'main' into feat/improving-sources

This commit is contained in:
Chubby Granny Chaser
2025-10-29 18:13:05 +00:00
committed by GitHub
20 changed files with 261 additions and 31 deletions

View File

@@ -1,4 +1,4 @@
export type GameShop = "steam" | "epic" | "custom";
export type GameShop = "steam" | "custom";
export type ShortcutLocation = "desktop" | "start_menu";

View File

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