fix(app): startup efficiency (#18854)

This commit is contained in:
Adam 2026-03-24 09:10:24 -05:00 committed by GitHub
commit 546748a461
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
33 changed files with 939 additions and 632 deletions

View file

@ -22,7 +22,7 @@ export function useProviders() {
const providers = () => {
if (dir()) {
const [projectStore] = globalSync.child(dir())
return projectStore.provider
if (projectStore.provider.all.length > 0) return projectStore.provider
}
return globalSync.data.provider
}