**Describe the bug** Napari 0.6.2 r[emoved the `layers_change` napari event](https://github.com/napari/napari/pull/7971) which we use to respond to some updates in the layer list. We need to update this to use the [new api](https://napari.org/stable/api/napari.components.LayerList.html?utm_source=chatgpt.com) **Additional context** This will fix https://github.com/AllenCell/allencell-segmenter-ml/issues/633
Describe the bug
Napari 0.6.2 removed the
layers_changenapari event which we use to respond to some updates in the layer list.We need to update this to use the new api
Additional context
This will fix #633