diff --git a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Config.java b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Config.java index d295404d3..72001cabe 100644 --- a/HMCL/src/main/java/org/jackhuang/hmcl/setting/Config.java +++ b/HMCL/src/main/java/org/jackhuang/hmcl/setting/Config.java @@ -79,7 +79,7 @@ public final class Config implements Cloneable { public final StringProperty localization = new SimpleStringProperty(); @SerializedName("downloadtype") - public final IntegerProperty downloadType = new SimpleIntegerProperty(); + public final IntegerProperty downloadType = new SimpleIntegerProperty(1); @SerializedName("configurations") public final ObservableMap configurations = FXCollections.observableMap(new TreeMap<>());