mirror of
https://github.com/HMCL-dev/HMCL.git
synced 2025-09-09 11:55:52 -04:00
fix(ui): AccountLoginPane not showing. (#1080)
This commit is contained in:
parent
05cda699a5
commit
de9233fba5
@ -114,6 +114,8 @@ public class AccountLoginPane extends StackPane {
|
||||
dialogLayout.setActions(lblCreationWarning, acceptButton, cancelButton);
|
||||
}
|
||||
|
||||
getChildren().setAll(dialogLayout);
|
||||
|
||||
onEscPressed(this, this::onCancel);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user