This commit is contained in:
Skylot
2016-12-05 10:51:43 +03:00
parent c594137c19
commit 913a5b5d0f
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@ public class JadxSettings extends JadxCLIArgs {
private String lastOpenFilePath = USER_HOME;
private String lastSaveFilePath = USER_HOME;
private boolean flattenPackage = false;
private boolean checkForUpdates = true;
private boolean checkForUpdates = false;
private List<String> recentFiles = new ArrayList<String>();
private String fontStr = "";
private boolean autoStartJobs = true;