summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/tree.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/tree.c b/apps/tree.c
index 24ac1f5555..6c250edf5c 100644
--- a/apps/tree.c
+++ b/apps/tree.c
@@ -661,7 +661,8 @@ static int onplay_screen(char* dir, char* file)
661 LCD_WIDTH/2 - 16, LCD_HEIGHT/2 - 4, 7, 8, true); 661 LCD_WIDTH/2 - 16, LCD_HEIGHT/2 - 4, 7, 8, true);
662 } 662 }
663#else 663#else
664 lcd_puts(0,0,str(LANG_PLAYER_ONPLAY_1)); 664 if (playing)
665 lcd_puts(0,0,str(LANG_PLAYER_ONPLAY_1));
665 lcd_puts(0,1,str(LANG_PLAYER_ONPLAY_2)); 666 lcd_puts(0,1,str(LANG_PLAYER_ONPLAY_2));
666#endif 667#endif
667 lcd_update(); 668 lcd_update();