update
This commit is contained in:
parent
f9ced7c87e
commit
283d5c2a6c
4
manifest
4
manifest
|
@ -108,9 +108,9 @@ module.exports = {
|
||||||
},
|
},
|
||||||
init_assets: () => {
|
init_assets: () => {
|
||||||
manifest.libraries.ipc.send(`new:message`, {
|
manifest.libraries.ipc.send(`new:message`, {
|
||||||
message: "Preparing assets...",
|
message: "Preparing assets, please wait...",
|
||||||
type: "loading",
|
type: "loading",
|
||||||
duration: 5000,
|
duration: 10000,
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue