We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8f8214 commit 175b226Copy full SHA for 175b226
1 file changed
CortexOSApp/Shared/Views/ContentView.swift
@@ -33,6 +33,9 @@ struct ContentView: View {
33
34
NavigationStack { InsightFeedView() }
35
.tabItem { Label("Insights", systemImage: "lightbulb") }
36
+
37
+ NavigationStack { SettingsView() }
38
+ .tabItem { Label("Settings", systemImage: "gearshape") }
39
}
40
.tint(CortexColor.accent)
41
.environmentObject(engine)
0 commit comments