Add open recent project to file menu
This commit is contained in:
parent
2bc685281c
commit
6da59311d1
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ pub fn menus() -> Vec<Menu<'static>> {
|
|||
name: "Open…",
|
||||
action: Box::new(workspace::Open),
|
||||
},
|
||||
MenuItem::Action {
|
||||
name: "Open Recent...",
|
||||
action: Box::new(recent_projects::Toggle),
|
||||
},
|
||||
MenuItem::Separator,
|
||||
MenuItem::Action {
|
||||
name: "Add Folder to Project…",
|
||||
action: Box::new(workspace::AddFolderToProject),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue