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:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user