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

Commit 5c82f10d authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

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

parent 99f99342
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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) {