Skip to content

Commit

Permalink
fix: set platformOnly to false to collect all extensions in the wizard
Browse files Browse the repository at this point in the history
Signed-off-by: azerr <[email protected]>
  • Loading branch information
angelozerr committed Aug 21, 2024
1 parent 965fd5a commit aba9894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ public Dimension getMaximumSize() {
panel.add(filter);

JCheckBox platformCheckbox = new JCheckBox();
platformCheckbox.setSelected(true);
platformCheckbox.setSelected(false);
platformCheckbox.setText("Platform only extensions");
panel.add(platformCheckbox);

Expand Down

0 comments on commit aba9894

Please sign in to comment.