mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Cleanup formatting
This commit is contained in:
parent
0f4ec7919e
commit
1c88ff0e9b
@ -18,7 +18,7 @@ public abstract class HttpClientProvider implements Serializable {
|
||||
httpClient.setBaseUrl(baseUrl);
|
||||
|
||||
httpClient.setIgnoreSocks5Proxy(ignoreSocks5Proxy || !preferences.getUseTorForHttpRequests());
|
||||
|
||||
|
||||
if (!ignoreSocks5Proxy) {
|
||||
preferences.useTorForHttpRequestsProperty().addListener((observable, oldValue, newValue) -> {
|
||||
httpClient.setIgnoreSocks5Proxy(!newValue);
|
||||
|
Loading…
Reference in New Issue
Block a user