mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-03 04:15:31 +00:00
Added Show "Renaming identifiers" status on file opening with auto rename identifiers on
This commit is contained in:
@@ -4872,6 +4872,10 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
public void progress(int p) {
|
||||
Main.loadingDialog.setPercent(p);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void status(String status) {
|
||||
}
|
||||
}, Configuration.parallelSpeedUp.get(), charset);
|
||||
binaryDataTag.innerSwf = bswf;
|
||||
bswf.binaryData = binaryDataTag;
|
||||
|
||||
Reference in New Issue
Block a user