Fix station menu back button

This commit is contained in:
Just Call Me Koko
2025-10-27 11:43:46 -04:00
parent 5070b9785d
commit 9ea5fbc3eb

View File

@@ -2717,6 +2717,8 @@ void MenuFunctions::RunSetup()
wifiStationMenu.list->clear();
wifiStationMenu.parentMenu = &wifiAPMenu;
// Add back button to the APs
this->addNodes(&wifiStationMenu, text09, TFTLIGHTGREY, NULL, 0, [this]() {
this->changeMenu(wifiStationMenu.parentMenu, true);