fix indentation for pr 20230422-2

This commit is contained in:
zxkmmOnHaseeWSL 2023-04-22 17:51:31 +08:00
parent 0e8dc1567c
commit d8e9fad205

View File

@ -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 ?