summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 46981ed452..4134c942d8 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -683,7 +683,11 @@ static bool dirbrowse(void)
683 case TREE_RC_MENU: 683 case TREE_RC_MENU:
684#endif 684#endif
685#ifdef TREE_MENU_PRE 685#ifdef TREE_MENU_PRE
686 if (lastbutton != TREE_MENU_PRE) 686 if (lastbutton != TREE_MENU_PRE
687#ifdef TREE_RC_MENU_PRE
688 && lastbutton != TREE_RC_MENU_PRE
689#endif
690 )
687 break; 691 break;
688#endif 692#endif
689 /* don't enter menu from plugin browser */ 693 /* don't enter menu from plugin browser */