mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add confirmation for convert to group
This commit is contained in:
@@ -237,6 +237,12 @@ async function convertSoloToGroupChat() {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const confirm = await callPopup('Are you sure you want to convert this chat to a group chat?', 'confirm');
|
||||||
|
|
||||||
|
if (!confirm) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
const character = characters[this_chid];
|
const character = characters[this_chid];
|
||||||
|
|
||||||
// Populate group required fields
|
// Populate group required fields
|
||||||
|
Reference in New Issue
Block a user