Skip to content

Commit

Permalink
fix: N5Viewer uses same base path inference as ij plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bogovicj committed Mar 6, 2024
1 parent 60569aa commit 1e3afd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void openViewer(
final ExecutorService exec = Executors.newFixedThreadPool(ij.Prefs.getThreads());
final DatasetSelectorDialog dialog = new DatasetSelectorDialog(
new N5Importer.N5ViewerReaderFun(),
x -> "",
new N5Importer.N5BasePathFun(),
lastOpenedContainer,
n5vGroupParsers,
n5vParsers);
Expand Down

0 comments on commit 1e3afd3

Please sign in to comment.