update
This commit is contained in:
parent
61848fc63e
commit
2007ac8458
8
manifest
8
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
|
||||
})
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue