mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Load secret state before settings
This commit is contained in:
@@ -843,11 +843,11 @@ async function firstLoadInit() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
await getClientVersion();
|
await getClientVersion();
|
||||||
|
await readSecretState();
|
||||||
await getSettings();
|
await getSettings();
|
||||||
getSystemMessages();
|
getSystemMessages();
|
||||||
sendSystemMessage(system_message_types.WELCOME);
|
sendSystemMessage(system_message_types.WELCOME);
|
||||||
initLocales();
|
initLocales();
|
||||||
await readSecretState();
|
|
||||||
await getUserAvatars(true, user_avatar);
|
await getUserAvatars(true, user_avatar);
|
||||||
await getCharacters();
|
await getCharacters();
|
||||||
await getBackgrounds();
|
await getBackgrounds();
|
||||||
|
Reference in New Issue
Block a user