This commit is contained in:
yushijinhun
2018-09-30 19:45:39 +08:00
parent c779172cc2
commit 507665cd91

View File

@@ -95,7 +95,7 @@ public final class Config implements Cloneable, Observable {
private BooleanProperty hasProxyAuth = new SimpleBooleanProperty();
@SerializedName("proxyType")
private ObjectProperty<Proxy.Type> proxyType = new SimpleObjectProperty<>(Proxy.Type.DIRECT);
private ObjectProperty<Proxy.Type> proxyType = new SimpleObjectProperty<>(Proxy.Type.HTTP);
@SerializedName("proxyHost")
private StringProperty proxyHost = new SimpleStringProperty();