feat: implement native HTTP downloader option and enhance download management

This commit is contained in:
Moyasee
2026-01-06 17:41:05 +02:00
parent 7e7390885e
commit 77af7509ac
8 changed files with 752 additions and 56 deletions

View File

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