diff options
Diffstat (limited to 'apps/recorder/recording.c')
-rw-r--r-- | apps/recorder/recording.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/recorder/recording.c b/apps/recorder/recording.c index b973d9750c..a54b762566 100644 --- a/apps/recorder/recording.c +++ b/apps/recorder/recording.c @@ -1534,7 +1534,8 @@ bool recording_screen(bool no_source) break; case SYS_POWEROFF: - default_event_handler(SYS_POWEROFF); + case SYS_REBOOT: + default_event_handler(button); done = true; break; |