Merge pull request #1 from Ryxius/patch-1

Update BTC_ConnectionManager.java
This commit is contained in:
CoolJWB 2020-07-24 23:04:48 +02:00 committed by GitHub
commit 74b70ae2f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -60,7 +60,7 @@ public class BTC_ConnectionManager
this.port = port; this.port = port;
this.loginName = null; this.loginName = null;
updateTitle(true); updateTitle(true);
BTC_MainPanel.setIconImage(BTC_MainPanel.getWindows()[0], "Connecting"); BTC_MainPanel.setIconImage(BTC_MainPanel.getWindows()[0], "Connected");
startConnectThread(); startConnectThread();
} }