diff options
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/tree.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c index 6dcb52d..73bb3b7 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -133,7 +133,9 @@ void browse_root(void) check_rockboxdir(); strcpy(tc.currdir, "/"); - +#ifdef HAVE_LCD_CHARCELLS + lcd_double_height(false); +#endif #ifndef SIMULATOR dirbrowse(); |