one more debug message

This commit is contained in:
Juha Jeronen 2024-02-05 00:44:46 +02:00
parent eb634d597f
commit 9e8f3e0def

View File

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