head-management: add connector-info-v1 extension
This commit is contained in:
parent
51170cbde5
commit
e24ea33734
9 changed files with 132 additions and 0 deletions
|
|
@ -446,6 +446,9 @@ impl ConnectorData {
|
|||
if old.enabled != s.enabled {
|
||||
self.head_managers.handle_enabled_change(s.enabled);
|
||||
}
|
||||
if old.active != s.active {
|
||||
self.head_managers.handle_active_change(s.active);
|
||||
}
|
||||
if let Some(output) = state.outputs.get(&self.connector.id())
|
||||
&& let Some(node) = &output.node
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue