diff --git a/src/app_network.cpp b/src/app_network.cpp index e8a2137..2ef10b1 100644 --- a/src/app_network.cpp +++ b/src/app_network.cpp @@ -109,7 +109,9 @@ const char* tracePageName(ui::NavPage page) case ui::NavPage::Mining: return "Mining tab"; case ui::NavPage::Market: return "Market tab"; case ui::NavPage::Console: return "Console tab"; + case ui::NavPage::LiteConsole: return "Console tab"; // lite-only sibling of Console case ui::NavPage::Peers: return "Network tab"; + case ui::NavPage::LiteNetwork: return "Network tab"; // lite-only sibling of Peers case ui::NavPage::Explorer: return "Explorer tab"; case ui::NavPage::Settings: return "Settings"; case ui::NavPage::Count_: break;