fix(gui): override settings by cmd options

This commit is contained in:
Skylot
2018-10-29 18:11:47 +03:00
parent bc629337d6
commit 6b3e8f083c
4 changed files with 145 additions and 81 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ public class JadxGUI {
LogCollector.register();
final JadxSettings settings = JadxSettingsAdapter.load();
// overwrite loaded settings by command line arguments
if (!settings.processArgs(args)) {
if (!settings.overrideProvided(args)) {
return;
}
if (!tryDefaultLookAndFeel()) {