Merge pull request #1699 from jasonrhansen/open-item-location
feat: add 'Open item location' to search
This commit is contained in:
commit
0b7294d4e4
1 changed files with 1 additions and 1 deletions
|
|
@ -215,7 +215,7 @@ pub fn context_menu<'a>(
|
|||
.push(menu_item(fl!("open-in-terminal"), Action::OpenTerminal).into());
|
||||
}
|
||||
}
|
||||
if tab.location.is_recents() {
|
||||
if tab.location.is_recents() || matches!(tab.location, Location::Search(..)) {
|
||||
children.push(
|
||||
menu_item(fl!("open-item-location"), Action::OpenItemLocation).into(),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue