Fix background

This commit is contained in:
kwaroran
2024-11-04 18:50:50 +09:00
parent 52e93b9b20
commit df614954b8

View File

@@ -110,6 +110,7 @@ $effect.root(() => {
DBState?.db?.enabledModules?.length
DBState?.db?.characters?.[selIdState.selId]?.chats?.[DBState?.db?.characters?.[selIdState.selId]?.chatPage]?.modules?.length
DBState?.db?.characters?.[selIdState.selId]?.hideChatIcon
DBState?.db?.characters?.[selIdState.selId]?.backgroundHTML
DBState?.db?.moduleIntergration
moduleUpdate()
})