Rework file browser open and it improve ssh config support

This commit is contained in:
crschnick
2023-12-30 09:02:28 +00:00
parent 815787c8a9
commit ca84b90dbd
3 changed files with 8 additions and 6 deletions
@@ -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);
}