summaryrefslogtreecommitdiff
path: root/apps/recorder
diff options
context:
space:
mode:
Diffstat (limited to 'apps/recorder')
-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 5196735af3..8af01f4c52 100644
--- a/apps/recorder/recording.c
+++ b/apps/recorder/recording.c
@@ -223,6 +223,7 @@ bool recording_screen(void)
223 break; 223 break;
224 224
225 case BUTTON_RIGHT: 225 case BUTTON_RIGHT:
226 case BUTTON_RIGHT | BUTTON_REPEAT:
226 switch(cursor) 227 switch(cursor)
227 { 228 {
228 case 0: 229 case 0:
@@ -264,6 +265,7 @@ bool recording_screen(void)
264 break; 265 break;
265 266
266 case BUTTON_LEFT: 267 case BUTTON_LEFT:
268 case BUTTON_LEFT | BUTTON_REPEAT:
267 switch(cursor) 269 switch(cursor)
268 { 270 {
269 case 0: 271 case 0: