feat(gui): add option to set cache location, view/delete exists caches (#1941)

This commit is contained in:
Skylot
2023-07-16 22:10:32 +01:00
parent de603ef909
commit 5b7ebec7e3
29 changed files with 1109 additions and 74 deletions
@@ -14,7 +14,7 @@ import jadx.core.deobf.TldHelper;
public class BetterName {
private static final Logger LOG = LoggerFactory.getLogger(BetterName.class);
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
public static String compareAndGet(String first, String second) {
if (Objects.equals(first, second)) {