summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/apps/tree.c b/apps/tree.c
index a07a520955..b1da2bd280 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -296,13 +296,14 @@ static int showdir(char *path, int start)
296 296
297bool ask_resume(void) 297bool ask_resume(void)
298{ 298{
299#ifdef HAVE_NEW_CHARCELL_LCD
300 lcd_double_height(false);
301#endif
302
299 /* always resume? */ 303 /* always resume? */
300 if ( global_settings.resume == RESUME_ON ) 304 if ( global_settings.resume == RESUME_ON )
301 return true; 305 return true;
302 306
303#ifdef HAVE_NEW_CHARCELL_LCD
304 lcd_double_height(false);
305#endif
306 lcd_clear_display(); 307 lcd_clear_display();
307 lcd_puts(0,0,"Resume?"); 308 lcd_puts(0,0,"Resume?");
308#ifdef HAVE_LCD_CHARCELLS 309#ifdef HAVE_LCD_CHARCELLS