fix: remove stale SettingsView section references

languageAndModelsSection and systemPromptLinkSection were renamed/
merged into languageAndPolishSection in v0.3 polish scenarios work,
but body still referenced the old symbols after intelligent-polish
changes were merged.

Co-authored-by: Rocky <hkgood@users.noreply.github.com>
This commit is contained in:
Cursor Agent
2026-07-03 08:20:36 +00:00
parent 78178f69d8
commit b03bbb7efe
-4
View File
@@ -74,11 +74,7 @@ struct SettingsView: View {
providerSection
apiSection
}
languageAndModelsSection
polishIntensitySection
if config.engineMode == "cloud" {
systemPromptLinkSection
}
if config.engineMode == "local" {
localEngineSettingsSection
}