mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-02 04:14:49 +00:00
Removed: Option to preview flash items via ActiveX component is no longer available. FFDec now supports its internal flash viewer only.
This commit is contained in:
@@ -102,8 +102,8 @@ public class MainFrameRibbonMenu extends MainFrameMenu {
|
||||
|
||||
private final Map<String, RibbonContextualTaskGroup> optionalGroups = new HashMap<>();
|
||||
|
||||
public MainFrameRibbonMenu(MainFrameRibbon mainFrame, JRibbon ribbon, boolean externalFlashPlayerUnavailable) {
|
||||
super(mainFrame, externalFlashPlayerUnavailable);
|
||||
public MainFrameRibbonMenu(MainFrameRibbon mainFrame, JRibbon ribbon) {
|
||||
super(mainFrame);
|
||||
this.ribbon = ribbon;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user