This commit is contained in:
RemixDev 2022-02-01 21:35:38 +01:00
parent b3dad5622c
commit 1a5a5e70ae
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ export default {
}
initQueue.forEach(item => {
if (!initQueueList[item]) return
initQueueList[item].silent = true
this.addToQueue(initQueueList[item])
})