File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1490,7 +1490,6 @@ struct SettingsView: View {
14901490 @State private var showingSaveAlert = false
14911491 @State private var saveSuccess = false
14921492 @State private var selectedTab = 0
1493- @State private var hasExplicitEmbeddingProviderSelection = false
14941493
14951494 // Track original values to detect changes
14961495 @State private var originalEmbeddingsEnabled : Bool = false
@@ -2537,6 +2536,7 @@ struct FirstRunWizard: View {
25372536 let appDelegate : AppDelegate
25382537 @State private var currentStep = 0
25392538 @State private var selectedPreset : ConfigPreset = . standard // Default to recommended
2539+ @State private var hasExplicitEmbeddingProviderSelection = false
25402540 let onComplete : ( ) -> Void
25412541
25422542 @State private var isDownloadingModels : Bool = false
You can’t perform that action at this time.
0 commit comments