diff options
Diffstat (limited to 'apps/tree.c')
| -rw-r--r-- | apps/tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 4558cd5..2d9b1bf 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -577,7 +577,7 @@ static bool dirbrowse(void) if (global_settings.rec_startup) { /* We fake being in the menu structure by calling the appropriate parent when we drop out of each screen */ - recording_screen(); + recording_screen(false); rec_menu(); main_menu(); } |