From b03bbb7efe52c41ad94822c2aa141dac7f107597 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Fri, 3 Jul 2026 08:20:36 +0000 Subject: [PATCH] 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 --- OSGKeyboard/Views/SettingsView.swift | 4 ---- 1 file changed, 4 deletions(-) diff --git a/OSGKeyboard/Views/SettingsView.swift b/OSGKeyboard/Views/SettingsView.swift index 8a8fc62..6eaf8e9 100644 --- a/OSGKeyboard/Views/SettingsView.swift +++ b/OSGKeyboard/Views/SettingsView.swift @@ -74,11 +74,7 @@ struct SettingsView: View { providerSection apiSection } - languageAndModelsSection polishIntensitySection - if config.engineMode == "cloud" { - systemPromptLinkSection - } if config.engineMode == "local" { localEngineSettingsSection }