mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 04:44:30 +00:00
Remove obsolete separator (#9117)
This commit is contained in:
parent
a03fecafbb
commit
ccc939124f
1 changed files with 0 additions and 1 deletions
|
@ -723,7 +723,6 @@ impl CollabTitlebarItem {
|
|||
menu.action("Settings", zed_actions::OpenSettings.boxed_clone())
|
||||
.action("Extensions", extensions_ui::Extensions.boxed_clone())
|
||||
.action("Themes...", theme_selector::Toggle.boxed_clone())
|
||||
.separator()
|
||||
})
|
||||
.into()
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue