Init locale chooser
This commit is contained in:
@@ -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);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user