Toasty timeout
This commit is contained in:
parent
056fef6831
commit
7d6ff2ee3c
|
@ -144,7 +144,7 @@ async function showCharGallery() {
|
||||||
"js"
|
"js"
|
||||||
);
|
);
|
||||||
firstTime = false;
|
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 {
|
try {
|
||||||
|
|
Loading…
Reference in New Issue