From 8ba7bc4c30aed2a542530935291ee9fdfd495dc8 Mon Sep 17 00:00:00 2001 From: Paulo Dias Date: Tue, 23 Sep 2014 16:43:18 +0100 Subject: [PATCH] VehiclesParams: For now let all releases access develop parameters. --- .../lsts/neptus/params/SystemConfigurationEditorPanel.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pt/lsts/neptus/params/SystemConfigurationEditorPanel.java b/src/pt/lsts/neptus/params/SystemConfigurationEditorPanel.java index 0455cc5b0c..9cdb487ae7 100644 --- a/src/pt/lsts/neptus/params/SystemConfigurationEditorPanel.java +++ b/src/pt/lsts/neptus/params/SystemConfigurationEditorPanel.java @@ -224,10 +224,10 @@ public void actionPerformed(ActionEvent e) { checkAdvance = new JCheckBox(I18n.text("Access Developer Parameters")); checkAdvance.setToolTipText("" + I18n.textc("Be careful changing these values.
They may make the vehicle inoperable.", "This will be a tooltip, and use
to change line.")); - if (ConfigFetch.getDistributionType() == DistributionEnum.DEVELOPER) +// if (ConfigFetch.getDistributionType() == DistributionEnum.DEVELOPER) add(checkAdvance); - else - visibility = Visibility.USER; +// else +// visibility = Visibility.USER; if (visibility == Visibility.DEVELOPER) checkAdvance.setSelected(true); else