diff options
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c index b0e94bf..9005f0c 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -783,9 +783,7 @@ static int dirbrowse(void) int onplay_result; int attr = 0; - /* no context menu while in select only mode - to prevent recursive call */ - if ((tc.browse->flags & BROWSE_SELECTONLY)) + if (tc.browse->flags & BROWSE_NO_CONTEXT) break; if(!numentries) |