Refactor convert to group chat to new popup

This commit is contained in:
Wolfsblvt
2024-06-27 01:01:43 +02:00
parent efb9fbcc7e
commit 1c6c9efba1
3 changed files with 15 additions and 7 deletions

View File

@ -8553,7 +8553,7 @@ async function doImpersonate(args, prompt) {
async function doNewChat({ deleteCurrentChat = false } = {}) {
//Make a new chat for selected character
if ((!selected_group && this_chid == undefined) || menu_type != 'create') {
if ((!selected_group && this_chid == undefined) || menu_type == 'create') {
return;
}