panel: per-element interactibility

This commit is contained in:
galister
2025-10-31 17:32:10 +09:00
parent 01d11e8485
commit fa562f7b12
19 changed files with 423 additions and 361 deletions

View File

@@ -63,10 +63,7 @@ where
}
}
impl<T> OverlayWindowData<T>
where
T: Default,
{
impl<T> OverlayWindowData<T> {
pub fn init(&mut self, app: &mut AppState) -> anyhow::Result<()> {
//TODO: load state?