wip: desktop work

This commit is contained in:
Adam
2025-10-13 10:19:46 -05:00
parent bb82d43094
commit c04e892991
3 changed files with 32 additions and 16 deletions

View File

@@ -467,6 +467,11 @@ function init() {
return sync.session.get(store.active)
})
createEffect(() => {
if (!store.active) return
sync.session.sync(store.active)
})
return {
active,
setActive(sessionId: string | undefined) {