chore: libcosmic update

This commit is contained in:
Victoria Brekenfeld 2024-07-08 12:11:58 +02:00
parent 11914e97ea
commit e61a76d39c
2 changed files with 18 additions and 14 deletions

View file

@ -288,6 +288,10 @@ where
self.elements.iter().map(Tree::new).collect()
}
fn set_id(&mut self, id: Id) {
self.id = id;
}
fn diff(&mut self, tree: &mut Tree) {
tree.diff_children(&mut self.elements);
}