mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-19 07:46:30 +00:00
Rework file browser open and it improve ssh config support
This commit is contained in:
@@ -16,7 +16,7 @@ public class OpenDirectoryInNewTabAction implements LeafAction {
|
||||
model.getBrowserModel()
|
||||
.openFileSystemAsync(
|
||||
model.getEntry(),
|
||||
entries.get(0).getRawFileEntry().getPath(),
|
||||
m -> entries.get(0).getRawFileEntry().getPath(),
|
||||
null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user