Don't write "IP" to save space for the IP address

pull/761/head
probonopd 6 days ago committed by GitHub
parent d331dfa03e
commit 9fcacb24a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/minidexed.cpp

@ -2230,7 +2230,7 @@ void CMiniDexed::UpdateNetwork()
{
LOGNOTE("FTP daemon initialized");
}
m_UI.DisplayWrite (IPString, "IP", "TG1", 0, 1); // FIXME: Do not hardcode "TG1" here
m_UI.DisplayWrite (IPString, "", "TG1", 0, 1); // FIXME: Do not hardcode "TG1" here
/*m_pmDNSPublisher = new CmDNSPublisher (m_pNet);
assert (m_pmDNSPublisher);

Loading…
Cancel
Save