Fix modulation type on Main Only

This commit is contained in:
Armel FAUVEAU
2024-02-29 18:39:54 +01:00
parent 1a648cd836
commit 26123d245a
2 changed files with 2 additions and 1 deletions

View File

@@ -1053,6 +1053,7 @@ void UI_DisplayMain(void)
if (isMainOnly(true))
{
UI_PrintStringSmallNormal(s, LCD_WIDTH + 24, 0, line + 1);
UI_PrintStringSmallNormal(t, LCD_WIDTH + 2, 0, line + 1);
}
else
{