mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-19 09:31:59 +00:00
Modal dialog for partner file action, fix lifetime
This commit is contained in:
@@ -39,7 +39,7 @@ struct MenuItem {
|
||||
std::string text;
|
||||
ui::Color color;
|
||||
const Bitmap* bitmap;
|
||||
std::function<void(void)> on_select;
|
||||
std::function<void(KeyEvent)> on_select;
|
||||
|
||||
// TODO: Prevent default-constructed MenuItems.
|
||||
// I managed to construct a menu with three extra, unspecified menu items
|
||||
|
Reference in New Issue
Block a user