mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-16 08:03:26 +00:00
File load path bugfix
This commit is contained in:
@@ -231,7 +231,7 @@ FileLoadView::FileLoadView(
|
||||
} else {
|
||||
nav_.pop();
|
||||
if (on_changed)
|
||||
on_changed(entry_list[menu_view.highlighted_index()].entry_path);
|
||||
on_changed(current_path.string() + '/' + entry_list[menu_view.highlighted_index()].entry_path.string());
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user