loaded_filename

This commit is contained in:
Martin Kavík 2024-06-17 19:36:44 +02:00
parent 0a4e84d3d2
commit 24d2c0b2dc
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)))
}
})
})