mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-02 20:36: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() {
|
||||
if(!AppServices.isUsingProxy()) {
|
||||
proxyConnectionTest.cancel();
|
||||
getTextGUI().getGUIThread().invokeLater(() -> setText(""));
|
||||
} else if(!Config.get().isUseProxy()) {
|
||||
proxyConnectionTest.cancel();
|
||||
|
|
Loading…
Reference in a new issue