diff options
Diffstat (limited to 'apps/recorder')
-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 0a3c7af494..6c52adf5d3 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c | |||
@@ -1265,7 +1265,7 @@ bool recording_screen(bool no_source) | |||
1265 | } | 1265 | } |
1266 | 1266 | ||
1267 | /* let list handle the button */ | 1267 | /* let list handle the button */ |
1268 | gui_synclist_do_button(&lists, &button, LIST_WRAP_UNLESS_HELD); | 1268 | gui_synclist_do_button(&lists, &button); |
1269 | 1269 | ||
1270 | 1270 | ||
1271 | switch(button) | 1271 | switch(button) |