Await locales initialzation

This commit is contained in:
Cohee
2024-09-22 12:22:50 +03:00
parent 1bc0630595
commit 9206e6d948

View File

@@ -929,7 +929,7 @@ async function firstLoadInit() {
addSafariPatch(); addSafariPatch();
await getClientVersion(); await getClientVersion();
await readSecretState(); await readSecretState();
initLocales(); await initLocales();
initDefaultSlashCommands(); initDefaultSlashCommands();
initTextGenModels(); initTextGenModels();
await getSystemMessages(); await getSystemMessages();