Skip to content

Commit

Permalink
params/SystemConfigurationEditorPanel: Now the default is to ask for …
Browse files Browse the repository at this point in the history
…categories.
  • Loading branch information
paulosousadias committed Jan 29, 2025
1 parent eef46a1 commit 1a96289
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public class SystemConfigurationEditorPanel extends JPanel implements PropertyCh

protected final LinkedHashMap<String, SystemProperty> params = new LinkedHashMap<>();

private static boolean isAskForCategories = false;
private static boolean isAskForCategories = true;

private JPanel swapPropertiesAndCategoriesPanel;
private JPanel mainPanel;
Expand Down

0 comments on commit 1a96289

Please sign in to comment.