parent
46ecd7d190
commit
0fd5030297
18 changed files with 84 additions and 85 deletions
|
@ -2887,7 +2887,7 @@ impl Render for OutlinePanel {
|
|||
.on_action(cx.listener(Self::copy_relative_path))
|
||||
.on_action(cx.listener(Self::unfold_directory))
|
||||
.on_action(cx.listener(Self::fold_directory))
|
||||
.when(project.is_local(), |el| {
|
||||
.when(project.is_local_or_ssh(), |el| {
|
||||
el.on_action(cx.listener(Self::reveal_in_finder))
|
||||
.on_action(cx.listener(Self::open_in_terminal))
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue