mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 20:04:37 +00:00
AS2 fixed class detection
Issue #269 command line parameters for switching on/off deobfuscation and paralellspeedup
This commit is contained in:
@@ -2598,7 +2598,7 @@ public class MainFrame extends AppRibbonFrame implements ActionListener, TreeSel
|
||||
Main.stopWork();
|
||||
long timeAfter = System.currentTimeMillis();
|
||||
long timeMs = timeAfter - timeBefore;
|
||||
|
||||
|
||||
setStatus(translate("export.finishedin").replace("%time%", Helper.formatTimeSec(timeMs)));
|
||||
}
|
||||
}).start();
|
||||
|
||||
Reference in New Issue
Block a user