mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Toasty timeout
This commit is contained in:
@ -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 {
|
||||||
|
Reference in New Issue
Block a user