更新 downloadType 的默认值 (#2839)

This commit is contained in:
Glavo 2024-02-19 22:15:08 +08:00 committed by GitHub
parent 63345f52ce
commit 3a13ff0e10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ public final class Config implements Cloneable, Observable {
private IntegerProperty downloadThreads = new SimpleIntegerProperty(64);
@SerializedName("downloadType")
private StringProperty downloadType = new SimpleStringProperty("mcbbs");
private StringProperty downloadType = new SimpleStringProperty(DownloadProviders.DEFAULT_RAW_PROVIDER_ID);
@SerializedName("autoChooseDownloadType")
private BooleanProperty autoChooseDownloadType = new SimpleBooleanProperty(true);