mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-16 09:41:35 +00:00
Remove expensive path.string() calls, UI changes
This commit is contained in:
@@ -238,7 +238,7 @@ bool MenuView::set_highlighted(int32_t new_value) {
|
||||
return true;
|
||||
}
|
||||
|
||||
uint32_t MenuView::highlighted_index() {
|
||||
uint32_t MenuView::highlighted_index() const {
|
||||
return highlighted_item;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user