Await locales initialzation

This commit is contained in:
Cohee 2024-09-22 12:22:50 +03:00
parent 1bc0630595
commit 9206e6d948
1 changed files with 1 additions and 1 deletions

View File

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