ui: don't run full decompilation on start

This commit is contained in:
Skylot
2017-12-29 20:38:17 +03:00
parent 118fa98ca9
commit 454519220f
@@ -31,7 +31,7 @@ public class JadxSettings extends JadxCLIArgs {
private boolean checkForUpdates = false;
private List<String> recentFiles = new ArrayList<String>();
private String fontStr = "";
private boolean autoStartJobs = true;
private boolean autoStartJobs = false;
private Map<String, WindowLocation> windowPos = new HashMap<String, WindowLocation>();