Fix #460
This commit is contained in:
@@ -95,7 +95,7 @@ public final class Config implements Cloneable, Observable {
|
|||||||
private BooleanProperty hasProxyAuth = new SimpleBooleanProperty();
|
private BooleanProperty hasProxyAuth = new SimpleBooleanProperty();
|
||||||
|
|
||||||
@SerializedName("proxyType")
|
@SerializedName("proxyType")
|
||||||
private ObjectProperty<Proxy.Type> proxyType = new SimpleObjectProperty<>(Proxy.Type.DIRECT);
|
private ObjectProperty<Proxy.Type> proxyType = new SimpleObjectProperty<>(Proxy.Type.HTTP);
|
||||||
|
|
||||||
@SerializedName("proxyHost")
|
@SerializedName("proxyHost")
|
||||||
private StringProperty proxyHost = new SimpleStringProperty();
|
private StringProperty proxyHost = new SimpleStringProperty();
|
||||||
|
|||||||
Reference in New Issue
Block a user