feat: handle opening network location in new window
This commit is contained in:
parent
c7e9828d7b
commit
08367c9ea6
5 changed files with 43 additions and 65 deletions
|
|
@ -335,7 +335,6 @@ pub fn context_menu<'a>(
|
|||
}
|
||||
}
|
||||
(_, Location::Network(..)) => {
|
||||
dbg!(selected, &tab.mode);
|
||||
if selected > 0 {
|
||||
if selected_dir == 1 && selected == 1 || selected_dir == 0 {
|
||||
children.push(menu_item(fl!("open"), Action::Open).into());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue