gui: fix incorrect settings loading

This commit is contained in:
Skylot
2017-12-17 13:01:23 +03:00
parent 001fa639be
commit 118fa98ca9
4 changed files with 12 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ import org.slf4j.LoggerFactory;
public class JadxCLI {
private static final Logger LOG = LoggerFactory.getLogger(JadxCLI.class);
public static void main(String[] args) throws JadxException {
public static void main(String[] args) {
try {
JadxCLIArgs jadxArgs = new JadxCLIArgs();
if (processArgs(jadxArgs, args)) {