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())
|
menu.action("Settings", zed_actions::OpenSettings.boxed_clone())
|
||||||
.action("Extensions", extensions_ui::Extensions.boxed_clone())
|
.action("Extensions", extensions_ui::Extensions.boxed_clone())
|
||||||
.action("Themes...", theme_selector::Toggle.boxed_clone())
|
.action("Themes...", theme_selector::Toggle.boxed_clone())
|
||||||
.separator()
|
|
||||||
})
|
})
|
||||||
.into()
|
.into()
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue