diff --git a/manifest b/manifest index f2c218d..6cb1e71 100644 --- a/manifest +++ b/manifest @@ -91,9 +91,11 @@ module.exports = { }, { install: () => { - manifest.libraries.ipc.send(`new:message`, { - message: "Downloading assets (This may take a while)", - type: "loading" + manifest.libraries.ipc.send(`new:notification`, { + message: "Downloading assets", + description: "This may take a while...", + type: "loading", + duration: 30000 }) }, })