mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 04:31:55 +00:00
No disabling autoOpenLoadedSWFs checkbox when ActiveX player not available (User can use Run button)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user