mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 07:55:34 +00:00
Added Show "Renaming identifiers" status on file opening with auto rename identifiers on
This commit is contained in:
@@ -73,6 +73,10 @@ public class SWFSearch {
|
||||
public void progress(int p) {
|
||||
setProgress(p);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void status(String status) {
|
||||
}
|
||||
},
|
||||
"FWS".getBytes(), // Uncompressed Flash
|
||||
"CWS".getBytes(), // ZLib compressed Flash
|
||||
|
||||
Reference in New Issue
Block a user