mirror of
https://github.com/TotalFreedomMC/ZeroTelnetClient.git
synced 2025-02-05 06:12:48 +00:00
Update BTC_ConnectionManager.java
The status should be Connected instead of Connecting because the file is iconConnected.png
This commit is contained in:
parent
6bd4a161c1
commit
bdcd978833
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue