Disable Simple editor mode for purpose of releasing bugfix version.

This commit is contained in:
Jindra Petřík
2024-10-29 16:51:37 +01:00
parent 19151edaef
commit 30ff36e689
3 changed files with 28 additions and 6 deletions

View File

@@ -5669,7 +5669,11 @@ public final class MainPanel extends JPanel implements TreeSelectionListener, Se
public boolean showView(int view) {
View.checkAccess();
if (view == VIEW_EASY && !EasyPanel.EASY_AVAILABLE) {
view = VIEW_RESOURCES;
}
setTreeModel(view);
switch (view) {
case VIEW_DUMP: