mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-12 09:26:33 +01:00
one more debug message
This commit is contained in:
parent
eb634d597f
commit
9e8f3e0def
@ -792,6 +792,7 @@ function getSpriteFolderName(characterMessage = null, characterName = null) {
|
||||
}
|
||||
|
||||
function setTalkingHeadState(newState) {
|
||||
console.debug(`expressions: New talkinghead state: ${newState}`);
|
||||
extension_settings.expressions.talkinghead = newState; // Store setting
|
||||
saveSettingsDebounced();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user