Support some key bindings in dialog
This commit is contained in:
parent
c82cda6ac6
commit
dabb3749f0
2 changed files with 29 additions and 3 deletions
|
|
@ -186,6 +186,8 @@ pub fn context_menu<'a>(
|
|||
menu_item(fl!("open-item-location"), Action::OpenItemLocation).into(),
|
||||
);
|
||||
}
|
||||
children.push(divider::horizontal::light().into());
|
||||
children.push(menu_item(fl!("show-details"), Action::Preview).into());
|
||||
} else {
|
||||
if dialog_kind.save() {
|
||||
children.push(menu_item(fl!("new-folder"), Action::NewFolder).into());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue