Merge pull request #15 from hkgood/cursor/fix-settingsview-stale-sections-6baf
fix: remove stale SettingsView section references
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