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
1 changed files with 1 additions and 1 deletions

View File

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