Critical fix - application GUI did not start on OSes without flashplayer (Linux, MacOS, even Windows)

This commit is contained in:
Jindra Petřík
2021-01-14 11:02:04 +01:00
parent 31bc2d5909
commit f464de03dc

View File

@@ -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) {