mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-14 23:22:17 +00:00
Added: #2477 Option to disable AS2 detection of uninitialized class fields
Added: AS2 detection of uninitialized class fields is cancellable and shows progress Changed: Icon of "Deobfuscation options" menu from pile of pills to medkit Fixed: Comments color highlighting
This commit is contained in:
@@ -81,7 +81,7 @@ public class MainFrameStatusPanel extends JPanel {
|
||||
cancelButton.addActionListener((ActionEvent e) -> {
|
||||
CancellableWorker w = currentWorker;
|
||||
if (w != null) {
|
||||
w.cancel(true);
|
||||
w.userCancel(true);
|
||||
}
|
||||
});
|
||||
statusLeftPanel.add(loadingPanel);
|
||||
|
||||
Reference in New Issue
Block a user