From 7d6ff2ee3c4605825dfbb5ee248ebf5acdc8975e Mon Sep 17 00:00:00 2001 From: city-unit <140349364+city-unit@users.noreply.github.com> Date: Wed, 30 Aug 2023 20:38:48 -0400 Subject: [PATCH] Toasty timeout --- public/scripts/extensions/gallery/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/extensions/gallery/index.js b/public/scripts/extensions/gallery/index.js index a6cc8e4c3..39fc982ef 100644 --- a/public/scripts/extensions/gallery/index.js +++ b/public/scripts/extensions/gallery/index.js @@ -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 {