summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/recorder/recording.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c
index 008e64b229..50d5982a62 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -142,6 +142,8 @@ bool recording_screen(void)
142 global_settings.rec_source, 142 global_settings.rec_source,
143 global_settings.rec_channels); 143 global_settings.rec_channels);
144 144
145 set_gain();
146
145 lcd_setfont(FONT_UI); 147 lcd_setfont(FONT_UI);
146 lcd_getstringsize("M", &w, &h); 148 lcd_getstringsize("M", &w, &h);
147 lcd_setmargins(w, 8); 149 lcd_setmargins(w, 8);