mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-08 22:01:51 +00:00
Fileman icon toolbar (#975)
* Add cut/copy/paste menu with icons * Add icons, file limit to fileman
This commit is contained in:
@@ -167,6 +167,10 @@ void MenuView::clear() {
|
||||
offset = 0;
|
||||
}
|
||||
|
||||
size_t MenuView::item_count() const {
|
||||
return menu_items.size();
|
||||
}
|
||||
|
||||
void MenuView::add_item(MenuItem new_item) {
|
||||
menu_items.push_back(new_item);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user