mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 22:52:27 -04:00
fix indentation for pr 20230422-2
This commit is contained in:
parent
0e8dc1567c
commit
d8e9fad205
1 changed files with 1 additions and 1 deletions
|
@ -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 ?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue