Rename {project_panel,contacts_panel}::Toggle
to ToggleFocus
This commit is contained in:
parent
6dc0907745
commit
545f12362c
5 changed files with 12 additions and 8 deletions
|
@ -242,11 +242,11 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
MenuItem::Separator,
|
||||
MenuItem::Action {
|
||||
name: "Project Panel",
|
||||
action: Box::new(project_panel::Toggle),
|
||||
action: Box::new(project_panel::ToggleFocus),
|
||||
},
|
||||
MenuItem::Action {
|
||||
name: "Contacts Panel",
|
||||
action: Box::new(contacts_panel::Toggle),
|
||||
action: Box::new(contacts_panel::ToggleFocus),
|
||||
},
|
||||
MenuItem::Action {
|
||||
name: "Command Palette",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue