Remove obsolete separator (#9117)

This commit is contained in:
Max 2024-03-09 21:33:19 +01:00 committed by GitHub
parent a03fecafbb
commit ccc939124f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()
})