mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 10:57:45 +01:00
Load secret state before settings
This commit is contained in:
parent
839dc31822
commit
7e0313461a
@ -843,11 +843,11 @@ async function firstLoadInit() {
|
||||
}
|
||||
|
||||
await getClientVersion();
|
||||
await readSecretState();
|
||||
await getSettings();
|
||||
getSystemMessages();
|
||||
sendSystemMessage(system_message_types.WELCOME);
|
||||
initLocales();
|
||||
await readSecretState();
|
||||
await getUserAvatars(true, user_avatar);
|
||||
await getCharacters();
|
||||
await getBackgrounds();
|
||||
|
Loading…
x
Reference in New Issue
Block a user