every configuration setting is configurable on the ui, reset configuration button, show config descriptions

This commit is contained in:
Honfika
2013-11-08 13:17:44 +01:00
parent 6f481b2561
commit 2f49b47e87
33 changed files with 373 additions and 134 deletions

View File

@@ -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;