Enabling Simple editor UI for dev branch again.

This commit is contained in:
Jindra Petřík
2024-11-10 19:50:55 +01:00
parent f75dba499d
commit d505fe2f69
2 changed files with 6 additions and 1 deletions
@@ -33,7 +33,7 @@ public class EasyPanel extends JPanel {
* TODO: switch to true when Easy mode is released.
* I think it's not production ready yet.
*/
public static final boolean EASY_AVAILABLE = false;
public static final boolean EASY_AVAILABLE = true;
private TabSwitcher<SWF> tabSwitcher;
private EasySwfPanel easySwfPanel;