Update /newchat command skip popup

This commit is contained in:
Wolfsblvt
2024-06-27 01:39:05 +02:00
parent f73986d23f
commit 7bf793d2be
2 changed files with 18 additions and 12 deletions

View File

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