Toasty timeout

This commit is contained in:
city-unit 2023-08-30 20:38:48 -04:00
parent 056fef6831
commit 7d6ff2ee3c
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ async function showCharGallery() {
"js"
);
firstTime = false;
toastr.info("Images can also be found in the folder `user/images`", "Drag and drop images onto the gallery to upload them");
toastr.info("Images can also be found in the folder `user/images`", "Drag and drop images onto the gallery to upload them", { timeOut: 6000 });
}
try {