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, }) } })