Skip to content

Commit

Permalink
Open in Memory by Default
Browse files Browse the repository at this point in the history
Have the checkbox open in memory selected by default.
  • Loading branch information
AvocadoMoon committed Mar 28, 2024
1 parent 9f9db4c commit f14f832
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ private JPanel topPanel(){
useN5Link = new JButton("Use N5 Link");
questionMark = new JButton("?");
openInMemory = new JCheckBox("Open In Memory");
openInMemory.setSelected(true);


JPanel userButtonsPanel = new JPanel(new GridBagLayout());
Expand Down

0 comments on commit f14f832

Please sign in to comment.