diff --git a/app/main.c b/app/main.c index 1dd3c1f..9e50ede 100644 --- a/app/main.c +++ b/app/main.c @@ -578,6 +578,11 @@ static void MAIN_Key_MENU(const bool bKeyPressed, const bool bKeyHeld) if (bFlag) { + if (gScanStateDir != SCAN_OFF) { + SCANNER_Stop(); + return; + } + gFlagRefreshSetting = true; gRequestDisplayScreen = DISPLAY_MENU; #ifdef ENABLE_VOICE