Closedown
This commit is contained in:
@@ -386,7 +386,7 @@ public class GunSolenoidAlignment extends Panel {
|
||||
args.put("number_backgrounds", spinnerNumBackgrounds.getValue());
|
||||
args.put("use_background", checkBackground.isSelected());
|
||||
args.put("multiple_background", radioBackMultiple.isSelected());
|
||||
args.put("do_elog", Boolean.FALSE); // checkElog.isSelected()
|
||||
args.put("do_elog", checkElog.isSelected());
|
||||
|
||||
runAsync("Alignment/Gun_solenoid_alignment", args).thenAccept((Object ret) -> {
|
||||
List l = (List) ret;
|
||||
|
||||
Reference in New Issue
Block a user