diff options
-rw-r--r-- | apps/recorder/recording.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index 1492c56e89..de4705f4d4 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -430,7 +430,7 @@ bool recording_screen(void) global_settings.rec_quality); lcd_puts(0, 6, buf); - status_draw(false); + status_draw(true); lcd_update(); } |