mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 16:32:19 +00:00
Added back scanning in BHT TX
Added file creation date display in File Manager
This commit is contained in:
@@ -231,7 +231,10 @@ bool MenuView::set_highlighted(int32_t new_value) {
|
||||
highlighted_item = new_value;
|
||||
item_view(highlighted_item - offset)->highlight();
|
||||
}
|
||||
|
||||
|
||||
if (on_highlight)
|
||||
on_highlight();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user