diff options
| author | Adam <[email protected]> | 2025-12-10 21:34:14 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-11 06:48:59 -0600 |
| commit | 85c0311d38c47c41e89f6b9cd7d3a0cfc4348841 (patch) | |
| tree | 571a2cff89e8b70334ab0c00beef5da45488d356 | |
| parent | 740aa8e54191ba67b3d89596938757c1932f3fb1 (diff) | |
| download | opencode-85c0311d38c47c41e89f6b9cd7d3a0cfc4348841.tar.gz opencode-85c0311d38c47c41e89f6b9cd7d3a0cfc4348841.zip | |
wip(desktop): progress
| -rw-r--r-- | packages/desktop/src/context/sync.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/desktop/src/context/sync.tsx b/packages/desktop/src/context/sync.tsx index d1acc26ab..9c3abd731 100644 --- a/packages/desktop/src/context/sync.tsx +++ b/packages/desktop/src/context/sync.tsx @@ -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) { |
