diff options
| author | 2026-01-14 14:24:25 +0800 | |
|---|---|---|
| committer | 2026-01-14 14:24:25 +0800 | |
| commit | 80bd692e633002e1920c9ddae7cabc7ec2eadb6a (patch) | |
| tree | 36d59d2fcd87d118c6db443c9208bf34b1025eff /ui/src/types/index.ts | |
| parent | e8e139c07d05e2f29f04906019dff5f3c520f8cc (diff) | |
| parent | 561469b5a895d7c99fe6c9e73266b49ebe4237b8 (diff) | |
| download | DropOut-80bd692e633002e1920c9ddae7cabc7ec2eadb6a.tar.gz DropOut-80bd692e633002e1920c9ddae7cabc7ec2eadb6a.zip | |
Merge pull request #20 from HsiangNianian/dev
Diffstat (limited to 'ui/src/types/index.ts')
| -rw-r--r-- | ui/src/types/index.ts | 1 |
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 { |