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

@@ -25,6 +25,7 @@ All notable changes to this project will be documented in this file.
- Fixed §§push after continue - should be before (usually on obfuscated code)
- AS1/2 Delete operator with nonIdentifier parameters (e.g. spaces or obfuscated)
- DefineBits (with JPEGTables) tag export
- No disabling autoOpenLoadedSWFs checkbox when ActiveX player not available (User can use Run button)
## [11.1.0] - 2018-05-24
### Added

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();