update
This commit is contained in:
parent
61848fc63e
commit
2007ac8458
8
manifest
8
manifest
|
@ -91,9 +91,11 @@ module.exports = {
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
install: () => {
|
install: () => {
|
||||||
manifest.libraries.ipc.send(`new:message`, {
|
manifest.libraries.ipc.send(`new:notification`, {
|
||||||
message: "Downloading assets (This may take a while)",
|
message: "Downloading assets",
|
||||||
type: "loading"
|
description: "This may take a while...",
|
||||||
|
type: "loading",
|
||||||
|
duration: 30000
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue