Use BMCLAPI as default ownload provider

This commit is contained in:
huangyuhui
2018-06-23 19:42:36 +08:00
parent 4af18a1575
commit 0fee286b84

View File

@@ -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<String, Profile> configurations = FXCollections.observableMap(new TreeMap<>());