summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/pcm_recording.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/pcm_recording.c b/apps/pcm_recording.c
index 9df44a5b30..af99be117c 100644
--- a/apps/pcm_recording.c
+++ b/apps/pcm_recording.c
@@ -71,7 +71,7 @@ bool pcm_rec_screen(void)
71 71
72 lcd_setfont(FONT_SYSFIXED); 72 lcd_setfont(FONT_SYSFIXED);
73 lcd_getstringsize("M", &w, &h); 73 lcd_getstringsize("M", &w, &h);
74 lcd_setmargins(global_settings.invert_cursor ? 0 : w, 8); 74 lcd_setmargins(0, 8);
75 75
76 play_vol = 120; 76 play_vol = 120;
77 77