Fileman empty directory bugfix

Ajouté trames + config collier LGE
This commit is contained in:
furrtek 2019-05-23 05:20:01 +01:00
parent 9f587e6085
commit 30db22828c
5 changed files with 218 additions and 119 deletions

View file

@ -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);
};
};