Add toastr warning

This commit is contained in:
Cohee 2023-08-13 18:44:32 +03:00
parent c0bc425c8b
commit 980c65b6cf
1 changed files with 1 additions and 0 deletions

View File

@ -1199,6 +1199,7 @@ async function selectGroup() {
function openCharacterDefinition(characterSelect) {
if (is_group_generating) {
toastr.warning("Can't peek a character while group reply is being generated");
console.warn("Can't peek a character def while group reply is being generated");
return;
}