Commit 913a5b5d authored by Skylot's avatar Skylot

v0.6.1

parent c594137c
...@@ -28,7 +28,7 @@ public class JadxSettings extends JadxCLIArgs { ...@@ -28,7 +28,7 @@ public class JadxSettings extends JadxCLIArgs {
private String lastOpenFilePath = USER_HOME; private String lastOpenFilePath = USER_HOME;
private String lastSaveFilePath = USER_HOME; private String lastSaveFilePath = USER_HOME;
private boolean flattenPackage = false; private boolean flattenPackage = false;
private boolean checkForUpdates = true; private boolean checkForUpdates = false;
private List<String> recentFiles = new ArrayList<String>(); private List<String> recentFiles = new ArrayList<String>();
private String fontStr = ""; private String fontStr = "";
private boolean autoStartJobs = true; private boolean autoStartJobs = true;
......
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