Remove unneeded comment

This commit is contained in:
Yokayo 2024-05-13 19:22:48 +07:00
parent 6023eac4bb
commit 118d2c5bcf

View File

@ -856,7 +856,7 @@ async function firstLoadInit() {
await getClientVersion();
await readSecretState();
initLocales(); // this function needs to be executed this late because otherwise, locale file fails to load on time sometimes
initLocales();
await getSystemMessages();
sendSystemMessage(system_message_types.WELCOME);
await getSettings();