diff --git a/apps/settings.c b/apps/settings.c index 6af8a872b4..2cdab771db 100644 --- a/apps/settings.c +++ b/apps/settings.c @@ -916,7 +916,9 @@ void settings_reset(void) { #if defined (HAVE_RECORDING) && CONFIG_CODEC == SWCODEC enc_global_settings_reset(); #endif +#ifdef HAVE_RECORDING global_status.in_recording_screen = false; +#endif } /** Changing setting values **/