mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 08:20:46 +00:00
Disable Simple editor mode for purpose of releasing bugfix version.
This commit is contained in:
@@ -28,6 +28,13 @@ import javax.swing.JPanel;
|
||||
* @author JPEXS
|
||||
*/
|
||||
public class EasyPanel extends JPanel {
|
||||
|
||||
/**
|
||||
* TODO: switch to true when Easy mode is released.
|
||||
* I think it's not production ready yet.
|
||||
*/
|
||||
public static boolean EASY_AVAILABLE = false;
|
||||
|
||||
private TabSwitcher<SWF> tabSwitcher;
|
||||
private EasySwfPanel easySwfPanel;
|
||||
public EasyPanel() {
|
||||
|
||||
Reference in New Issue
Block a user