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