Merge pull request #15 from hkgood/cursor/fix-settingsview-stale-sections-6baf

fix: remove stale SettingsView section references
This commit is contained in:
cursor[bot]
2026-07-03 08:20:46 +00:00
committed by GitHub
-4
View File
@@ -74,11 +74,7 @@ struct SettingsView: View {
providerSection providerSection
apiSection apiSection
} }
languageAndModelsSection
polishIntensitySection polishIntensitySection
if config.engineMode == "cloud" {
systemPromptLinkSection
}
if config.engineMode == "local" { if config.engineMode == "local" {
localEngineSettingsSection localEngineSettingsSection
} }