mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-23 13:25:45 +00:00
#1595 History of script search results per SWF
This commit is contained in:
@@ -293,6 +293,9 @@ public class MainFrameClassicMenu extends MainFrameMenu {
|
||||
if (path.startsWith("/file/recent")) {
|
||||
return;
|
||||
}
|
||||
if (path.startsWith("/tools/recentsearch")) {
|
||||
return;
|
||||
}
|
||||
MenuElement me = menuElements.get(path);
|
||||
if (me instanceof JMenu) {
|
||||
JMenu jm = (JMenu) me;
|
||||
|
||||
Reference in New Issue
Block a user