mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-11 10:33:32 +00:00
tag names moved to constants
This commit is contained in:
@@ -1227,7 +1227,8 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
|
||||
}
|
||||
|
||||
public void exportAll(SWF swf, AbortRetryIgnoreHandler handler, String selFile, ExportDialog export) throws IOException {
|
||||
if (Configuration.debugMode.get()) {
|
||||
boolean exportAll = false;
|
||||
if (exportAll) {
|
||||
exportAllDebug(swf, handler, selFile, export);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user