From 2007ac845875d77ec6ea704201a71791c5947362 Mon Sep 17 00:00:00 2001 From: SrGooglo Date: Thu, 25 Jan 2024 00:22:02 +0100 Subject: [PATCH] update --- manifest | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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 }) }, })