This commit is contained in:
SrGooglo 2024-01-25 00:24:49 +01:00
parent 2007ac8458
commit 03a047807a
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ module.exports = {
manifest.libraries.ipc.send(`new:notification`, { manifest.libraries.ipc.send(`new:notification`, {
message: "Downloading assets", message: "Downloading assets",
description: "This may take a while...", description: "This may take a while...",
type: "loading", loading: true,
duration: 30000 duration: 30000
}) })
}, },