aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/src/stores
diff options
context:
space:
mode:
author简律纯 <i@jyunko.cn>2026-01-14 14:02:32 +0800
committerGitHub <noreply@github.com>2026-01-14 14:02:32 +0800
commit1f13026ec0f023c7762d7a9744ea5d9fbe911a53 (patch)
tree3227663e913663e5fce0847f3c717cc3fccb61fc /ui/src/stores
parentd0023c586cfe90a928f70c0d81e388b495d5ae28 (diff)
parentc61620ffd2071c9b08e0a4da3c6550a243dd534f (diff)
downloadDropOut-1f13026ec0f023c7762d7a9744ea5d9fbe911a53.tar.gz
DropOut-1f13026ec0f023c7762d7a9744ea5d9fbe911a53.zip
Merge pull request #17 from HsiangNianian/feat/display-download-rate-and-progress-with-concurrency
Diffstat (limited to 'ui/src/stores')
-rw-r--r--ui/src/stores/settings.svelte.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/src/stores/settings.svelte.ts b/ui/src/stores/settings.svelte.ts
index 989172c..397b9a6 100644
--- a/ui/src/stores/settings.svelte.ts
+++ b/ui/src/stores/settings.svelte.ts
@@ -9,6 +9,7 @@ export class SettingsState {
java_path: "java",
width: 854,
height: 480,
+ download_threads: 32,
});
javaInstallations = $state<JavaInstallation[]>([]);
isDetectingJava = $state(false);