fix: force refresh modules after closing menu

This commit is contained in:
bangonicdd
2025-02-23 20:35:39 +09:00
parent 0a2e4fd04c
commit abf4cdda9d

View File

@@ -33,9 +33,7 @@
} }
onDestroy(() => { onDestroy(() => {
if(DBState.db.moduleIntergration){ refreshModules()
refreshModules()
}
}) })
</script> </script>
{#if mode === 0} {#if mode === 0}