mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-12 11:37:38 +00:00
Fix bug that created by PR "Added menu group for transceivers" (#2630)
This commit is contained in:

committed by
GitHub

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 *****************************************************/
|
||||
|
Reference in New Issue
Block a user