mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2026-08-10 16:43:14 +00:00
followup
This commit is contained in:
@@ -25,6 +25,7 @@ public class ProxyStatusLabel extends Label {
|
||||
|
||||
public void update() {
|
||||
if(!AppServices.isUsingProxy()) {
|
||||
proxyConnectionTest.cancel();
|
||||
getTextGUI().getGUIThread().invokeLater(() -> setText(""));
|
||||
} else if(!Config.get().isUseProxy()) {
|
||||
proxyConnectionTest.cancel();
|
||||
|
||||
Reference in New Issue
Block a user