mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-13 10:09:30 +00:00
fix indentation for pr 20230422
This commit is contained in:
@@ -256,7 +256,6 @@ void FileManagerView::on_rename(NavigationView& nav) {
|
|||||||
if (destination_path.back() != '/')
|
if (destination_path.back() != '/')
|
||||||
destination_path += '/';
|
destination_path += '/';
|
||||||
destination_path = destination_path + buffer;
|
destination_path = destination_path + buffer;
|
||||||
|
|
||||||
rename_file(get_selected_path(), destination_path);
|
rename_file(get_selected_path(), destination_path);
|
||||||
load_directory_contents(current_path);
|
load_directory_contents(current_path);
|
||||||
refresh_list();
|
refresh_list();
|
||||||
|
|||||||
Reference in New Issue
Block a user