mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Fixed bug PR #703
This commit is contained in:
parent
cc840ab513
commit
75f9a6df60
@ -37,6 +37,7 @@ void ComponentRegister::setNewComponentState(const hyperion::Components comp, co
|
||||
_componentStates[comp] = activated;
|
||||
// emit component has changed state
|
||||
emit updatedComponentState(comp, activated);
|
||||
emit _hyperion->compStateChangeRequest(comp, activated);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user