This commit is contained in:
SrGooglo 2024-01-25 00:22:02 +01:00
parent 61848fc63e
commit 2007ac8458
1 changed files with 5 additions and 3 deletions

View File

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