mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-08-02 14:57:31 +03:00
Place divider on QuickTerminalTabBarView properly
This commit is contained in:
@ -38,11 +38,10 @@ struct QuickTerminalTabBarView: View {
|
||||
currentTab: tabManager.draggedTab
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Divider()
|
||||
.background(Color(NSColor.separatorColor))
|
||||
}
|
||||
}
|
||||
|
||||
Image(systemName: "plus")
|
||||
.foregroundColor(Color(NSColor.secondaryLabelColor))
|
||||
|
Reference in New Issue
Block a user