diff options
-rw-r--r-- | menus.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3380,6 +3380,8 @@ static int Submenu_Implement_Changes(void) static void Nonstd_menu_network(void) { + LCD_clear(); + nicinfo info; if (nicutils_infofordefaultroute(&info)) { gchar *response = g_strdup_printf ("MAC address: %s", info.mac); |