mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-07 06:02:20 -04:00
Fix bug that created by PR "Added menu group for transceivers" (#2630)
This commit is contained in:
parent
6b6a00d511
commit
9aff3f4121
1 changed files with 3 additions and 1 deletions
|
@ -854,7 +854,9 @@ void TranceiversMenuView::on_populate() {
|
||||||
add_items({{"..", Theme::getInstance()->fg_light->foreground, &bitmap_icon_previous, [this]() { nav_.pop(); }}});
|
add_items({{"..", Theme::getInstance()->fg_light->foreground, &bitmap_icon_previous, [this]() { nav_.pop(); }}});
|
||||||
}
|
}
|
||||||
add_apps(nav_, *this, TRX);
|
add_apps(nav_, *this, TRX);
|
||||||
add_external_items(nav_, app_location_t::TRX, *this, return_icon ? 1 : 0);
|
// add_external_items(nav_, app_location_t::TRX, *this, return_icon ? 1 : 0);
|
||||||
|
// this folder doesn't have external apps, comment to prevent pop the err msg.
|
||||||
|
// NB: when has external app someday, uncomment this.
|
||||||
}
|
}
|
||||||
|
|
||||||
/* UtilitiesMenuView *****************************************************/
|
/* UtilitiesMenuView *****************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue