mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 04:15:13 +00:00
every configuration setting is configurable on the ui, reset configuration button, show config descriptions
This commit is contained in:
@@ -148,7 +148,7 @@ public class CommandLineArgumentParser {
|
||||
traceLevel = Level.FINE;
|
||||
break;
|
||||
case "-debug":
|
||||
Configuration.debugMode = true;
|
||||
Configuration.debugMode.set(true);
|
||||
break;
|
||||
default:
|
||||
break OUTER;
|
||||
@@ -574,7 +574,7 @@ public class CommandLineArgumentParser {
|
||||
badArguments();
|
||||
}
|
||||
try {
|
||||
Configuration.dump_tags = true;
|
||||
Configuration.dumpTags.set(true);
|
||||
Configuration.parallelSpeedUp.set(false);
|
||||
SWF swf = Main.parseSWF(args.remove());
|
||||
} catch (Exception ex) {
|
||||
|
||||
Reference in New Issue
Block a user