mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
check also that expressions is running with extras
This commit is contained in:
@ -1277,7 +1277,7 @@ async function onClickExpressionUpload(event) {
|
|||||||
e.target.form.reset();
|
e.target.form.reset();
|
||||||
|
|
||||||
// In talkinghead mode, when a new talkinghead image is uploaded, refresh the live char.
|
// In talkinghead mode, when a new talkinghead image is uploaded, refresh the live char.
|
||||||
if (extension_settings.expressions.talkinghead && id === "talkinghead") {
|
if (extension_settings.expressions.talkinghead && !extension_settings.expressions.local && id === "talkinghead") {
|
||||||
await loadLiveChar();
|
await loadLiveChar();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user