mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-04-23 01:09:13 -04:00
Fix bug that created by PR "Added menu group for transceivers" (#2630)
This commit is contained in:
parent
6b6a00d511
commit
9aff3f4121
@ -854,7 +854,9 @@ void TranceiversMenuView::on_populate() {
|
||||
add_items({{"..", Theme::getInstance()->fg_light->foreground, &bitmap_icon_previous, [this]() { nav_.pop(); }}});
|
||||
}
|
||||
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 *****************************************************/
|
||||
|
Loading…
x
Reference in New Issue
Block a user