mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-10 07:30:08 -04:00
Moved external Font Viewer app to DEBUG menu (#1485)
* Updated icon * Support external apps on DEBUG menu screen
This commit is contained in:
parent
5cd7a09797
commit
37c6b35fb7
4 changed files with 28 additions and 21 deletions
|
@ -33,7 +33,8 @@ typedef void (*externalAppEntry_t)(ui::NavigationView& nav);
|
|||
enum app_location_t : uint32_t {
|
||||
UTILITIES = 0,
|
||||
RX,
|
||||
TX
|
||||
TX,
|
||||
DEBUG
|
||||
};
|
||||
|
||||
struct application_information_t {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue