mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Replace info popups with toasts
This commit is contained in:
@ -80,7 +80,7 @@ function setWorldInfoSettings(settings, data) {
|
||||
// World Info Editor
|
||||
async function showWorldEditor() {
|
||||
if (!world_info) {
|
||||
callPopup("<h3>Select a world info first!</h3>", "text");
|
||||
toastr.warning("Select a world info first!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user