mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
fix indentation for pr 20230422-2
This commit is contained in:
parent
0e8dc1567c
commit
d8e9fad205
@ -356,7 +356,7 @@ FileManagerView::FileManagerView(
|
||||
button_refactor.on_select = [this, &nav](Button&) {
|
||||
name_buffer = entry_list[menu_view.highlighted_index()].entry_path.filename().string().substr(0, max_filename_length);
|
||||
on_refactor(nav);
|
||||
};
|
||||
};
|
||||
|
||||
button_delete.on_select = [this, &nav](Button&) {
|
||||
// Use display_modal ?
|
||||
|
Loading…
Reference in New Issue
Block a user