summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-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 008e64b..50d5982 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -142,6 +142,8 @@ bool recording_screen(void)
global_settings.rec_source,
global_settings.rec_channels);
+ set_gain();
+
lcd_setfont(FONT_UI);
lcd_getstringsize("M", &w, &h);
lcd_setmargins(w, 8);