Fix input DTMF in MAIN ONLY

This commit is contained in:
Armel FAUVEAU
2024-03-02 02:36:21 +01:00
parent a4be6e13a0
commit 68e1cb5442
2 changed files with 2 additions and 2 deletions

View File

@@ -1096,7 +1096,7 @@ void UI_DisplayMain(void)
UI_PrintStringSmallNormal(s, LCD_WIDTH + 24, 0, line + 1);
UI_PrintStringSmallNormal(t, LCD_WIDTH + 2, 0, line + 1);
if (isMainOnly(false))
if (isMainOnly(false) && !gDTMF_InputMode)
{
if(shift == 0)
{