mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 03:12:12 +00:00
Added back scanning in BHT TX
Added file creation date display in File Manager
This commit is contained in:
@@ -74,6 +74,7 @@ private:
|
||||
class MenuView : public View {
|
||||
public:
|
||||
std::function<void(void)> on_left { };
|
||||
std::function<void(void)> on_highlight { nullptr };
|
||||
|
||||
MenuView(Rect new_parent_rect = { 0, 0, 240, 304 }, bool keep_highlight = false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user