Replace info popups with toasts

This commit is contained in:
SillyLossy
2023-05-20 23:59:39 +03:00
parent ba5f5c272a
commit 299b9a04bc
7 changed files with 16 additions and 21 deletions

View File

@ -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;
}