No disabling autoOpenLoadedSWFs checkbox when ActiveX player not available (User can use Run button)

This commit is contained in:
Jindra Petřík
2018-07-14 19:18:56 +02:00
parent 83d42253c4
commit c14cbbaf01
2 changed files with 1 additions and 1 deletions

View File

@@ -1012,7 +1012,6 @@ public abstract class MainFrameMenu implements MenuBuilder {
if (externalFlashPlayerUnavailable) {
setMenuEnabled("/settings/internalViewer", false);
setMenuEnabled("/settings/autoOpenLoadedSWFs", false);
}
/*int deobfuscationMode = Configuration.deobfuscationMode.get();