fix: default custom integration fetch (#4789)

This commit is contained in:
DIYgod 2026-01-01 15:16:24 +08:00 committed by GitHub
parent 211bd6e67e
commit 55d11af361
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ export const defaultIntegrationSettings: IntegrationSettings = {
customIntegration: [],
// fetch preferences (Electron only)
useBrowserFetch: true,
useBrowserFetch: false,
}
export const defaultAISettings: AISettings = {