mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-16 22:01:59 +00:00
Critical fix - application GUI did not start on OSes without flashplayer (Linux, MacOS, even Windows)
This commit is contained in:
@@ -1009,9 +1009,11 @@ public abstract class MainFrameMenu implements MenuBuilder {
|
||||
setMenuChecked("/settings/autoOpenLoadedSWFs", newValue);
|
||||
});
|
||||
|
||||
/*
|
||||
if (externalFlashPlayerUnavailable) {
|
||||
setMenuEnabled("/settings/internalViewer", false);
|
||||
}
|
||||
*/
|
||||
|
||||
/*int deobfuscationMode = Configuration.deobfuscationMode.get();
|
||||
switch (deobfuscationMode) {
|
||||
|
||||
Reference in New Issue
Block a user