Await locales initialzation

9206e6d948cb9a006a3a8f7a66b3644f24eeb2a0

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/script.js+1 -1
@@ -929,7 +929,7 @@ async function firstLoadInit() {
929 addSafariPatch();929 addSafariPatch();
930 await getClientVersion();930 await getClientVersion();
931 await readSecretState();931 await readSecretState();
932 initLocales();932 await initLocales();
933 initDefaultSlashCommands();933 initDefaultSlashCommands();
934 initTextGenModels();934 initTextGenModels();
935 await getSystemMessages();935 await getSystemMessages();