This commit is contained in:
Craig Raw 2023-11-08 17:23:30 +02:00
parent d0f21eafd1
commit 91f845cbbf

View file

@ -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();