aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/types
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2026-01-14 13:35:25 +0800
committerHsiangNianian <i@jyunko.cn>2026-01-14 13:35:25 +0800
commit41eb19b2e7358017918a78eb8fa59bfbf2e05918 (patch)
tree81e06a0e38eab4259b274c3f0c30b7da823a86f0 /ui/src/types
parentb21df2f9abb9c8d5da0b77f2d3756802f95a1ad2 (diff)
downloadDropOut-41eb19b2e7358017918a78eb8fa59bfbf2e05918.tar.gz
DropOut-41eb19b2e7358017918a78eb8fa59bfbf2e05918.zip
feat: add download settings for concurrent download threads
Diffstat (limited to 'ui/src/types')
-rw-r--r--ui/src/types/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/types/index.ts b/ui/src/types/index.ts
index b7ff0a0..1f83585 100644
--- a/ui/src/types/index.ts
+++ b/ui/src/types/index.ts
@@ -29,6 +29,7 @@ export interface LauncherConfig {
java_path: string;
width: number;
height: number;
+ download_threads: number;
}
export interface JavaInstallation {