Init locale chooser

This commit is contained in:
Vortrex
2022-09-20 03:30:25 -05:00
parent 0acdf692db
commit 10b856541f

View File

@@ -61,15 +61,13 @@ function initGUI() {
initListGUI(); initListGUI();
initResetPasswordGUI(); initResetPasswordGUI();
initChangePasswordGUI(); initChangePasswordGUI();
//initLocaleChooserGUI(); initLocaleChooserGUI();
closeAllWindows(); closeAllWindows();
guiReady = true; guiReady = true;
logToConsole(LOG_DEBUG, `[AGRP.GUI] All GUI created successfully!`); logToConsole(LOG_DEBUG, `[AGRP.GUI] All GUI created successfully!`);
loadLocaleConfig();
sendNetworkEventToServer("agrp.guiReady", true); sendNetworkEventToServer("agrp.guiReady", true);
}; };