1
0
Fork 0
forked from wry/wry

control-center: add window pane

This commit is contained in:
Julian Orth 2026-03-05 18:59:43 +01:00
parent aefd1fbbdb
commit ca6fc54246
9 changed files with 611 additions and 11 deletions

View file

@ -234,7 +234,6 @@ impl ClMatcherManager {
self.root(ClmMatchTag::new(string))
}
#[expect(dead_code)]
pub fn id(&self, id: ClientId) -> Rc<ClmUpstreamNode> {
self.root(ClmMatchId(id))
}