Disable Simple editor mode for purpose of releasing bugfix version.

This commit is contained in:
Jindra Petřík
2024-10-29 16:55:43 +01:00
parent 19151edaef
commit 30ff36e689
3 changed files with 28 additions and 6 deletions
@@ -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() {