fix edge cases, put toastr on a diet

This commit is contained in:
RossAscends
2025-05-21 15:35:12 +09:00
parent 87f547cd87
commit f145dfcb2d
3 changed files with 4 additions and 2 deletions

View File

@@ -4986,7 +4986,7 @@ export function checkEmbeddedWorld(chid) {
toastr.info(
'To import and use it, select "Import Card Lore" in the "More..." dropdown menu on the character panel.',
`${characters[chid].name} has an embedded World/Lorebook`,
{ timeOut: 5000, extendedTimeOut: 10000, positionClass: 'toast-top-center' },
{ timeOut: 5000, extendedTimeOut: 10000 },
);
}
}