修复添加验证服务器页面的错误信息不会被清除
This commit is contained in:
@@ -76,6 +76,8 @@ public class AuthlibInjectorServersPage extends StackPane implements DecoratorPa
|
|||||||
private void onAdd() {
|
private void onAdd() {
|
||||||
transitionHandler.setContent(addServerPane, ContainerAnimations.NONE.getAnimationProducer());
|
transitionHandler.setContent(addServerPane, ContainerAnimations.NONE.getAnimationProducer());
|
||||||
txtServerUrl.setText("");
|
txtServerUrl.setText("");
|
||||||
|
txtServerUrl.resetValidation();
|
||||||
|
lblCreationWarning.setText("");
|
||||||
addServerPane.setDisable(false);
|
addServerPane.setDisable(false);
|
||||||
progressBar.setVisible(false);
|
progressBar.setVisible(false);
|
||||||
dialog.show();
|
dialog.show();
|
||||||
|
|||||||
Reference in New Issue
Block a user