Commit 45451922 authored by Skylot's avatar Skylot

ui: don't run full decompilation on start

parent 118fa98c
......@@ -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>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment