From 1a962898ab31e8e5ef29f78df104211a28cfbd4d Mon Sep 17 00:00:00 2001 From: Paulo Dias Date: Wed, 29 Jan 2025 17:22:27 +0000 Subject: [PATCH] params/SystemConfigurationEditorPanel: Now the default is to ask for categories. --- .../pt/lsts/neptus/params/SystemConfigurationEditorPanel.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/pt/lsts/neptus/params/SystemConfigurationEditorPanel.java b/src/java/pt/lsts/neptus/params/SystemConfigurationEditorPanel.java index 8517b44add..20a6d7da0e 100644 --- a/src/java/pt/lsts/neptus/params/SystemConfigurationEditorPanel.java +++ b/src/java/pt/lsts/neptus/params/SystemConfigurationEditorPanel.java @@ -104,7 +104,7 @@ public class SystemConfigurationEditorPanel extends JPanel implements PropertyCh protected final LinkedHashMap params = new LinkedHashMap<>(); - private static boolean isAskForCategories = false; + private static boolean isAskForCategories = true; private JPanel swapPropertiesAndCategoriesPanel; private JPanel mainPanel;