Merge branch 'main' of https://github.com/kwaroran/RisuAI
This commit is contained in:
@@ -33,9 +33,7 @@
|
||||
}
|
||||
|
||||
onDestroy(() => {
|
||||
if(DBState.db.moduleIntergration){
|
||||
refreshModules()
|
||||
}
|
||||
refreshModules()
|
||||
})
|
||||
</script>
|
||||
{#if mode === 0}
|
||||
|
||||
@@ -268,9 +268,7 @@ function getModuleByIds(ids:string[]){
|
||||
modules.push(module)
|
||||
}
|
||||
}
|
||||
if(db.moduleIntergration){
|
||||
modules = deduplicateModuleById(modules)
|
||||
}
|
||||
modules = deduplicateModuleById(modules)
|
||||
return modules
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user