Mac: remove Tools & MCP header
This commit is contained in:
@@ -164,10 +164,6 @@ struct ToolsSettings: View {
|
|||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
VStack(alignment: .leading, spacing: 12) {
|
VStack(alignment: .leading, spacing: 12) {
|
||||||
Text("Tools & MCP servers")
|
|
||||||
.font(.title3.weight(.semibold))
|
|
||||||
.padding(.top, 8)
|
|
||||||
|
|
||||||
ScrollView {
|
ScrollView {
|
||||||
LazyVStack(spacing: 12) {
|
LazyVStack(spacing: 12) {
|
||||||
self.section(for: .tool, title: "CLI Tools")
|
self.section(for: .tool, title: "CLI Tools")
|
||||||
|
|||||||
Reference in New Issue
Block a user