Gate below-chat expression sync and localize inline thoughts

This commit is contained in:
Tremendoussly
2026-03-15 16:51:20 +01:00
parent 4d2afafbaf
commit 1d297aeecf
7 changed files with 60 additions and 26 deletions
+2
View File
@@ -139,6 +139,7 @@ import {
initExpressionSync,
queueExpressionCaptureForSpeaker,
onExpressionSyncSettingChanged,
onAlternatePresentCharactersVisibilityChanged,
onHideDefaultExpressionDisplaySettingChanged,
clearExpressionSyncCache,
onExpressionSyncChatChanged
@@ -358,6 +359,7 @@ async function initUI() {
extensionSettings.showAlternatePresentCharactersPanel = $(this).prop('checked');
saveSettings();
renderThoughts();
onAlternatePresentCharactersVisibilityChanged();
});
$('#rpg-toggle-sync-expressions').on('change', function() {