mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-09 13:04:29 +00:00
Classic UI: No menu simplify for Recent files
This commit is contained in:
@@ -275,6 +275,9 @@ public class MainFrameClassicMenu extends MainFrameMenu {
|
||||
if (!menuElements.containsKey(path)) {
|
||||
throw new IllegalArgumentException("Invalid menu: " + path);
|
||||
}
|
||||
if (path.startsWith("/file/recent")) {
|
||||
return;
|
||||
}
|
||||
MenuElement me = menuElements.get(path);
|
||||
if (me instanceof JMenu) {
|
||||
JMenu jm = (JMenu) me;
|
||||
|
||||
Reference in New Issue
Block a user