Set any char as assistant. Rework welcome prompt

This commit is contained in:
Cohee
2025-05-12 20:50:17 +03:00
parent f656fba213
commit 637e9d5469
6 changed files with 77 additions and 7 deletions

View File

@ -710,7 +710,7 @@ async function listGalleryCommand(args) {
delete context.extensionSettings.gallery.folders[avatar];
context.saveSettingsDebounced();
});
eventSource.on('charManagementDropdown', (selectedOptionId) => {
eventSource.on(event_types.CHARACTER_MANAGEMENT_DROPDOWN, (selectedOptionId) => {
if (selectedOptionId === 'show_char_gallery') {
showCharGallery();
}