loaded_filename

This commit is contained in:
Martin Kavík 2024-06-17 19:36:44 +02:00
parent fc0dd43464
commit 4545656c31
3 changed files with 6 additions and 4 deletions

View file

@ -140,7 +140,7 @@ impl HeaderPanel {
platform::pick_and_load_waveform(Some(file)).await
{
loaded_filename.set_neq(Some(filename));
hierarchy.set(Some(Rc::new(platform::get_hierarchy().await)))
hierarchy.set(Some(Arc::new(platform::get_hierarchy().await)))
}
})
})