mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 06:32:35 -04:00
formatting fix
This commit is contained in:
parent
2a14888b80
commit
474fe00146
1 changed files with 4 additions and 4 deletions
|
@ -357,10 +357,10 @@ FileManagerView::FileManagerView(
|
||||||
on_rename(nav);
|
on_rename(nav);
|
||||||
};
|
};
|
||||||
|
|
||||||
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