tui: fix sync loading indicator to properly show loading state on startup

This commit is contained in:
Dax Raad
2026-04-18 10:37:33 -04:00
parent 882b8e1e75
commit 55315bdffa
2 changed files with 0 additions and 22 deletions

View File

@@ -467,7 +467,6 @@ export const { use: useSync, provider: SyncProvider } = createSimpleContext({
return store.status
},
get ready() {
return true
if (process.env.OPENCODE_FAST_BOOT) return true
return store.status !== "loading"
},