fix(items): add the proper aspects

This commit is contained in:
Nova
2024-09-11 14:26:09 -04:00
parent 5df9d26ca1
commit 74731bf4a3
3 changed files with 17 additions and 16 deletions

View File

@@ -130,7 +130,7 @@ impl Drop for Item {
}
pub enum ItemType {
Camera(CameraItem),
Camera(Arc<CameraItem>),
Panel(Arc<dyn PanelItemTrait>),
}
impl ItemType {