Skip to content

Commit

Permalink
Leave Buttons On
Browse files Browse the repository at this point in the history
  • Loading branch information
AvocadoMoon committed Sep 10, 2024
1 parent 34964d6 commit 41f9c95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ private void setUnits(N5Reader n5Reader, ImagePlus imagePlus){
}

public static void openLocalN5FS(ArrayList<SimResultsLoader> filesToOpen){
N5ExportTable.enableCriticalButtons(false);
N5ExportTable.enableCriticalButtons(true);
JFileChooser fileChooser = new JFileChooser();
fileChooser.setFileSelectionMode(JFileChooser.DIRECTORIES_ONLY);
fileChooser.setAcceptAllFileFilterUsed(false);
Expand Down

0 comments on commit 41f9c95

Please sign in to comment.