mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-24 06:44:25 -04:00
fix indentation for pr 20230422
This commit is contained in:
parent
4ff71dcfca
commit
0e8dc1567c
2 changed files with 11 additions and 12 deletions
|
@ -256,7 +256,6 @@ void FileManagerView::on_rename(NavigationView& nav) {
|
|||
if (destination_path.back() != '/')
|
||||
destination_path += '/';
|
||||
destination_path = destination_path + buffer;
|
||||
|
||||
rename_file(get_selected_path(), destination_path);
|
||||
load_directory_contents(current_path);
|
||||
refresh_list();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue