mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 02:52:22 +00:00
Fileman empty directory bugfix
Ajouté trames + config collier LGE
This commit is contained in:
@@ -218,8 +218,8 @@ ReplayAppView::ReplayAppView(
|
||||
};
|
||||
|
||||
button_open.on_select = [this, &nav](Button&) {
|
||||
auto new_view = nav.push<FileLoadView>(".C16");
|
||||
new_view->on_changed = [this](std::filesystem::path new_file_path) {
|
||||
auto open_view = nav.push<FileLoadView>(".C16");
|
||||
open_view->on_changed = [this](std::filesystem::path new_file_path) {
|
||||
on_file_changed(new_file_path);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user