fix(ui): AccountLoginPane not showing. (#1080)

This commit is contained in:
Jason_Khew 2021-10-03 14:15:53 +08:00 committed by GitHub
parent 05cda699a5
commit de9233fba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,6 +114,8 @@ public class AccountLoginPane extends StackPane {
dialogLayout.setActions(lblCreationWarning, acceptButton, cancelButton);
}
getChildren().setAll(dialogLayout);
onEscPressed(this, this::onCancel);
}