Turn on Simple editor view for dev branch

This commit is contained in:
Jindra Petřík
2024-10-29 16:58:52 +01:00
parent 2002cd2bd0
commit cd4a8840a8
2 changed files with 6 additions and 1 deletions

View File

@@ -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 boolean EASY_AVAILABLE = false;
public static final boolean EASY_AVAILABLE = true;
private TabSwitcher<SWF> tabSwitcher;
private EasySwfPanel easySwfPanel;