diff options
-rw-r--r-- | menus.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -923,7 +923,7 @@ void Show_Main_Menu(void) ctrl_str = g_strdup ("LOCAL"); break; } - printf ("control mode: %s\n", ctrl_str); // FIXME - delete + if (Menu_Is_Item_Visible(LCD_entry)) { LCD_write_padded_spaces(LCD_row,LCD_col,ctrl_str,LCD_col_width); |