Load locale config and strings before telling server GUI ready
This commit is contained in:
@@ -66,11 +66,14 @@ function initGUI() {
|
|||||||
guiReady = true;
|
guiReady = true;
|
||||||
|
|
||||||
logToConsole(LOG_DEBUG, `[VRR.GUI] All GUI created successfully!`);
|
logToConsole(LOG_DEBUG, `[VRR.GUI] All GUI created successfully!`);
|
||||||
sendNetworkEventToServer("vrr.guiReady", true);
|
|
||||||
|
|
||||||
|
loadLocaleConfig();
|
||||||
loadAllLocaleStrings();
|
loadAllLocaleStrings();
|
||||||
|
|
||||||
resetGUIStrings();
|
resetGUIStrings();
|
||||||
resetLocaleChooserOptions();
|
resetLocaleChooserOptions();
|
||||||
|
|
||||||
|
sendNetworkEventToServer("vrr.guiReady", true);
|
||||||
};
|
};
|
||||||
|
|
||||||
// ===========================================================================
|
// ===========================================================================
|
||||||
|
|||||||
Reference in New Issue
Block a user