mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-29 07:56:43 -05:00
Fix shift key position (#2850)
This commit is contained in:
parent
113cbc42c9
commit
00c9c6b40e
3 changed files with 5 additions and 6 deletions
|
|
@ -61,7 +61,7 @@ using namespace sd_card;
|
|||
namespace ui {
|
||||
|
||||
void add_apps(NavigationView& nav, BtnGridView& grid, app_location_t loc);
|
||||
void add_external_items(NavigationView& nav, app_location_t location, BtnGridView& grid, uint8_t error_tile_pos);
|
||||
void add_external_items(NavigationView& nav, app_location_t location, BtnGridView& grid, uint8_t error_tile_pos, bool show_error_tile = true);
|
||||
bool verify_sdcard_format();
|
||||
|
||||
enum modal_t {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue