Renamed open recent action to match menu

This commit is contained in:
Mikayla Maki 2023-01-23 13:40:34 -08:00
parent 070b89243f
commit ca2e0256e1
3 changed files with 4 additions and 4 deletions

View file

@ -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 {