Summer 2021

This commit is contained in:
gac-x07ma
2021-09-01 10:22:59 +02:00
parent 99bca0bd79
commit ca26181ed4
94 changed files with 2062 additions and 315 deletions

2
plugins/EnergyScan.java Normal file → Executable file
View File

@@ -234,7 +234,7 @@ public class EnergyScan extends Panel {
args.put("FOLDER", folder);
buttonAbort.setEnabled(true);
runAsync("EnergyScan", args).handle((ok, ex) -> {
runAsync("EnergyScan_v2", args).handle((ok, ex) -> {
try{
buttonAbort.setEnabled(false);
if (ex != null) {