mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-21 02:55:33 +00:00
Disable Simple editor mode for purpose of releasing bugfix version.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user