This commit is contained in:
zxkmm 2024-03-30 20:45:19 +08:00
parent a0a2ff9724
commit 5e10a41331
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ IQTrimView::IQTrimView(NavigationView& nav)
field_path.on_select = [this](TextField&) {
auto open_view = nav_.push<FileLoadView>(".C*");
open_view->push_dir(captures_dir);
// tempnewnote: should be fake
// tempnewnote: should be fake
open_view->on_changed = [this](fs::path path) {
open_file(path);
};