mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-31 11:44:36 +00:00
AS2: menu deobfuscation disabled (because it is AS3 only)
This commit is contained in:
@@ -333,7 +333,7 @@ public class MainFrame extends JFrame implements ActionListener {
|
||||
if (actionPanel.tagTree.getRowCount() > 1) {
|
||||
addTab(tabPane, actionPanel, "ActionScript", new ImageIcon(this.getClass().getClassLoader().getResource("com/jpexs/asdec/gui/graphics/as16.png")));
|
||||
}
|
||||
miDeobfuscation.setEnabled(false);
|
||||
menuDeobfuscation.setEnabled(false);
|
||||
}
|
||||
|
||||
if (!shapes.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user