Add ability to open folders in new tab/window
This commit is contained in:
parent
3fef386fd3
commit
36bcf81bc6
2 changed files with 34 additions and 0 deletions
|
|
@ -102,6 +102,8 @@ pub fn context_menu<'a>(
|
|||
.push(menu_item(fl!("open-in-terminal"), Action::OpenTerminal).into());
|
||||
}
|
||||
}
|
||||
children.push(menu_item(fl!("open-in-new-tab"), Action::OpenInNewTab).into());
|
||||
children.push(menu_item(fl!("open-in-new-window"), Action::OpenInNewWindow).into());
|
||||
children.push(horizontal_rule(1).into());
|
||||
children.push(menu_item(fl!("rename"), Action::Rename).into());
|
||||
children.push(menu_item(fl!("cut"), Action::Cut).into());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue