diff options
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c index e9a648e..da0e54c 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -992,6 +992,9 @@ static bool dirbrowse(void) #endif case TREE_MENU: +#ifdef TREE_RC_MENU + case TREE_RC_MENU: +#endif #ifdef TREE_MENU_PRE if (lastbutton != TREE_MENU_PRE) break; |