mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-04 13:26:44 +00:00
followup
This commit is contained in:
parent
d0f21eafd1
commit
91f845cbbf
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ public class ProxyStatusLabel extends Label {
|
||||||
|
|
||||||
public void update() {
|
public void update() {
|
||||||
if(!AppServices.isUsingProxy()) {
|
if(!AppServices.isUsingProxy()) {
|
||||||
|
proxyConnectionTest.cancel();
|
||||||
getTextGUI().getGUIThread().invokeLater(() -> setText(""));
|
getTextGUI().getGUIThread().invokeLater(() -> setText(""));
|
||||||
} else if(!Config.get().isUseProxy()) {
|
} else if(!Config.get().isUseProxy()) {
|
||||||
proxyConnectionTest.cancel();
|
proxyConnectionTest.cancel();
|
||||||
|
|
Loading…
Reference in a new issue