Renamed open recent action to match menu
This commit is contained in:
parent
070b89243f
commit
ca2e0256e1
3 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
},
|
||||
MenuItem::Action {
|
||||
name: "Open Recent...",
|
||||
action: Box::new(recent_projects::Toggle),
|
||||
action: Box::new(recent_projects::OpenRecent),
|
||||
},
|
||||
MenuItem::Separator,
|
||||
MenuItem::Action {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue