wip(desktop): progress

This commit is contained in:
Adam 2025-12-10 21:34:14 -06:00
parent 740aa8e541
commit 85c0311d38
No known key found for this signature in database
GPG key ID: 9CB48779AF150E75

View file

@ -40,7 +40,6 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
})
sdk.event.listen((e) => {
if (e.name !== sdk.directory) return
const event = e.details
console.log(event)
switch (event.type) {