mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-19 14:11:54 +00:00
every configuration setting is configurable on the ui, reset configuration button, show config descriptions
This commit is contained in:
@@ -653,7 +653,7 @@ public class SWFInputStream extends InputStream {
|
||||
if (!parallel) {
|
||||
tags.add(tag);
|
||||
}
|
||||
if (Configuration.dump_tags && level == 0) {
|
||||
if (Configuration.dumpTags.get() && level == 0) {
|
||||
dumpTag(System.out, version, tag, level);
|
||||
}
|
||||
tag.previousTag = previousTag;
|
||||
|
||||
Reference in New Issue
Block a user