summaryrefslogtreecommitdiff
path: root/apps/tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/tree.c')
-rw-r--r--apps/tree.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/tree.c b/apps/tree.c
index cea092164b..1f1c924ef6 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -296,6 +296,10 @@ static int showdir(char *path, int start)
296 296
297bool ask_resume(void) 297bool ask_resume(void)
298{ 298{
299 /* always resume? */
300 if ( global_settings.resume == RESUME_ON )
301 return true;
302
299#ifdef HAVE_NEW_CHARCELL_LCD 303#ifdef HAVE_NEW_CHARCELL_LCD
300 lcd_double_height(false); 304 lcd_double_height(false);
301#endif 305#endif