From 283d5c2a6c7783469c1e93e09376955fee9f12d9 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 25 Jan 2024 00:36:35 +0100 Subject: [PATCH] update --- manifest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest b/manifest index 9642c0d..aaf730e 100644 --- a/manifest +++ b/manifest @@ -108,9 +108,9 @@ module.exports = { }, init_assets: () => { manifest.libraries.ipc.send(`new:message`, { - message: "Preparing assets...", + message: "Preparing assets, please wait...", type: "loading", - duration: 5000, + duration: 10000, }) } })