Update Config.java

This commit is contained in:
Tungstend 2024-02-20 16:10:53 +08:00
parent 3bf6a62397
commit 6134dbc8ad
1 changed files with 1 additions and 1 deletions

View File

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