diff options
Diffstat (limited to 'ui/src/types')
| -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 { |