Issue #710 Information about deobfuscation settings in the error comment

This commit is contained in:
Jindra Petřík
2014-11-05 19:04:49 +01:00
parent 881e32e349
commit 7027ed6da7
6 changed files with 19 additions and 2 deletions

View File

@@ -1314,6 +1314,7 @@ public final class MainPanel extends JPanel implements ActionListener, TreeSelec
}
public void autoDeobfuscateChanged() {
Helper.decompilationErrorAdd = AppStrings.translate(Configuration.autoDeobfuscate.get()?"deobfuscation.comment.failed":"deobfuscation.comment.tryenable");
clearCache();
if (abcPanel != null) {
abcPanel.reload();