Show locale chooser when certain GUI is active

This commit is contained in:
Vortrex
2022-05-15 04:15:39 -05:00
parent b86dcb2bf4
commit 3229cfd0e8
5 changed files with 12 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ let newCharacter = {
messageLabel: null,
firstNameInput: null,
lastNameInput: null,
createButton: null,
createCharacterButton: null,
mainLogoImage: null,
};
@@ -159,6 +159,8 @@ function showNewCharacterGUI() {
newCharacter.window.shown = true;
mexui.focusedInput = newCharacter.firstNameInput;
guiSubmitButton = checkNewCharacter;
showLocaleChooserGUI();
}
// ===========================================================================