diff --git a/apps/tree.c b/apps/tree.c index 1e10e51f80..387878c96e 100644 --- a/apps/tree.c +++ b/apps/tree.c @@ -494,7 +494,7 @@ static int showdir(char *path, int start) LCD_HEIGHT - SCROLLBAR_Y, filesindir, start, start + tree_max_on_screen, VERTICAL); #endif - status_draw(false); + status_draw(true); return filesindir; }