Move group chat popups to new popup

This commit is contained in:
Wolfsblvt
2024-06-26 05:56:15 +02:00
parent ec58d9272a
commit 4e7232f13e
2 changed files with 11 additions and 14 deletions

View File

@ -9210,13 +9210,6 @@ jQuery(async function () {
if (popup_type == 'alternate_greeting' && menu_type !== 'create') {
createOrEditCharacter();
}
if (popup_type === 'del_group') {
const groupId = $('#dialogue_popup').data('group_id');
if (groupId) {
deleteGroup(groupId);
}
}
//Make a new chat for selected character
if (
popup_type == 'new_chat' &&