Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44b9e04e authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

Revert "Partially revert "recovery: ui: rebrand logo and initial /e/ layout""

This reverts commit 5c82f10d.
parent 07e7477b
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -20,14 +20,6 @@

void EthernetRecoveryUI::SetTitle(const std::vector<std::string>& lines) {
  ScreenRecoveryUI::SetTitle(lines);

  // Append IP address, if any
  for (auto it = ipv4_addresses_.begin(); it != ipv4_addresses_.end(); ++it) {
    title_lines_.push_back("IPv4 address - " + *it);
  }
  if (!ipv6_linklocal_address_.empty()) {
    title_lines_.push_back("IPv6 link-local address - " + ipv6_linklocal_address_);
  }
}

void EthernetRecoveryUI::AddIPv4Address(const std::string& address) {