Loading recovery_ui/ethernet_ui.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ void EthernetRecoveryUI::SetTitle(const std::vector<std::string>& lines) { ScreenRecoveryUI::SetTitle(lines); // Append IP address, if any if (!address_.empty()) { title_lines_.push_back("IPv6 link-local address - " + address_); } } void EthernetRecoveryUI::SetIPv6LinkLocalAddress(const std::string& address) { Loading Loading
recovery_ui/ethernet_ui.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,11 @@ void EthernetRecoveryUI::SetTitle(const std::vector<std::string>& lines) { ScreenRecoveryUI::SetTitle(lines); // Append IP address, if any if (!address_.empty()) { title_lines_.push_back("IPv6 link-local address - " + address_); } } void EthernetRecoveryUI::SetIPv6LinkLocalAddress(const std::string& address) { Loading