mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-02 19:07:40 +01:00
refresh talkinghead char on expression zip upload
This commit is contained in:
parent
3b526ce207
commit
5ad2a0d064
@ -1525,6 +1525,11 @@ async function onClickExpressionUploadPackButton() {
|
||||
|
||||
// Reset the input
|
||||
e.target.form.reset();
|
||||
|
||||
// In Talkinghead mode, refresh the live char.
|
||||
if (isTalkingHeadEnabled() && modules.includes('talkinghead')) {
|
||||
await loadTalkingHead();
|
||||
}
|
||||
};
|
||||
|
||||
$('#expression_upload_pack')
|
||||
|
Loading…
x
Reference in New Issue
Block a user