mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-10 05:37:29 +03:00
Pluralize and order user menu items for consistency (#9013)
Release Notes: - N/A
This commit is contained in:
parent
bc7fb9f253
commit
6b8984279f
@ -698,7 +698,7 @@ impl CollabTitlebarItem {
|
||||
ContextMenu::build(cx, |menu, _| {
|
||||
menu.action("Settings", zed_actions::OpenSettings.boxed_clone())
|
||||
.action("Extensions", extensions_ui::Extensions.boxed_clone())
|
||||
.action("Theme...", theme_selector::Toggle.boxed_clone())
|
||||
.action("Themes...", theme_selector::Toggle.boxed_clone())
|
||||
.separator()
|
||||
.action("Share Feedback...", feedback::GiveFeedback.boxed_clone())
|
||||
.action("Sign Out", client::SignOut.boxed_clone())
|
||||
@ -722,8 +722,8 @@ impl CollabTitlebarItem {
|
||||
.menu(|cx| {
|
||||
ContextMenu::build(cx, |menu, _| {
|
||||
menu.action("Settings", zed_actions::OpenSettings.boxed_clone())
|
||||
.action("Theme...", theme_selector::Toggle.boxed_clone())
|
||||
.action("Extensions", extensions_ui::Extensions.boxed_clone())
|
||||
.action("Themes...", theme_selector::Toggle.boxed_clone())
|
||||
.separator()
|
||||
.action("Share Feedback...", feedback::GiveFeedback.boxed_clone())
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user