Fix event inidication
This commit is contained in:
parent
2fd696eae5
commit
953dd6a329
@ -432,7 +432,9 @@ DevicePageBase {
|
||||
Connections {
|
||||
target: root.device
|
||||
onEventTriggered: {
|
||||
flashlightAnimation.start();
|
||||
if (eventTypeId === eventComponentItem.eventType.id) {
|
||||
flashlightAnimation.start();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user