Skip to content

Commit ba65647

Browse files
committed
variable scope
1 parent 3eb5274 commit ba65647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macos/MenuBarApp/NornicDBMenuBar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)