check also that expressions is running with extras

This commit is contained in:
Juha Jeronen 2024-01-06 02:48:39 +02:00
parent e6ade18b58
commit 5bc08ab8c1
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}
};