Fixed issue with the version clearing after pressing Stop

This commit is contained in:
RaphiMC 2023-04-01 22:52:11 +02:00
parent 683e55c3a0
commit c08f566c2b

View File

@ -182,7 +182,7 @@ public class GeneralTab extends AUITab {
this.betaCraftAuth.setEnabled(state);
ViaProxy.ui.advancedTab.proxyOnlineMode.setEnabled(state);
ViaProxy.ui.advancedTab.proxy.setEnabled(state);
if (state) this.serverVersion.actionPerformed(null);
if (state) this.serverVersion.getActionListeners()[0].actionPerformed(null);
}
private void updateStateLabel() {