From d331dfa03e954a75c8a9abe56543ea5d72abf222 Mon Sep 17 00:00:00 2001 From: probonopd Date: Sat, 16 Nov 2024 10:36:36 +0100 Subject: [PATCH] Display IP address in upper line of the display --- src/minidexed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/minidexed.cpp b/src/minidexed.cpp index 64ad2cf..26c628a 100644 --- a/src/minidexed.cpp +++ b/src/minidexed.cpp @@ -2230,7 +2230,7 @@ void CMiniDexed::UpdateNetwork() { LOGNOTE("FTP daemon initialized"); } - m_UI.DisplayWrite ("IP", "Network", IPString, 0, 1); + m_UI.DisplayWrite (IPString, "IP", "TG1", 0, 1); // FIXME: Do not hardcode "TG1" here /*m_pmDNSPublisher = new CmDNSPublisher (m_pNet); assert (m_pmDNSPublisher);