This commit is contained in:
SrGooglo 2024-01-25 00:36:35 +01:00
parent f9ced7c87e
commit 283d5c2a6c
1 changed files with 2 additions and 2 deletions

View File

@ -108,9 +108,9 @@ module.exports = {
},
init_assets: () => {
manifest.libraries.ipc.send(`new:message`, {
message: "Preparing assets...",
message: "Preparing assets, please wait...",
type: "loading",
duration: 5000,
duration: 10000,
})
}
})