check also that expressions is running with extras
This commit is contained in:
parent
e6ade18b58
commit
5bc08ab8c1
|
@ -1277,7 +1277,7 @@ async function onClickExpressionUpload(event) {
|
|||
e.target.form.reset();
|
||||
|
||||
// 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();
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue