mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 17:19:29 +00:00
fix indentation for pr 20230422-2
This commit is contained in:
@@ -356,7 +356,7 @@ FileManagerView::FileManagerView(
|
|||||||
button_refactor.on_select = [this, &nav](Button&) {
|
button_refactor.on_select = [this, &nav](Button&) {
|
||||||
name_buffer = entry_list[menu_view.highlighted_index()].entry_path.filename().string().substr(0, max_filename_length);
|
name_buffer = entry_list[menu_view.highlighted_index()].entry_path.filename().string().substr(0, max_filename_length);
|
||||||
on_refactor(nav);
|
on_refactor(nav);
|
||||||
};
|
};
|
||||||
|
|
||||||
button_delete.on_select = [this, &nav](Button&) {
|
button_delete.on_select = [this, &nav](Button&) {
|
||||||
// Use display_modal ?
|
// Use display_modal ?
|
||||||
|
|||||||
Reference in New Issue
Block a user