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

@ -1970,7 +1970,7 @@ export async function initPersonas() {
$('#char_connections_button').on('click', showCharConnections);
eventSource.on('charManagementDropdown', (target) => {
eventSource.on(event_types.CHARACTER_MANAGEMENT_DROPDOWN, (target) => {
if (target === 'convert_to_persona') {
convertCharacterToPersona();
}