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

@@ -156,6 +156,8 @@ function showLoginGUI() {
login.window.shown = true;
mexui.focusedControl = login.passwordInput;
guiSubmitKey = checkLogin;
showLocaleChooserGUI();
//showSmallGameMessage(`If you don't have a mouse cursor, press ${toUpperCase(getKeyNameFromId(disableGUIKey))} to disable GUI`, COLOUR_WHITE, 7500);
}