Bugfix. Conflict resolution button not clickable.

Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
alex-z 2023-06-05 19:55:57 +02:00 committed by Matthieu Gallien
parent ec302c899a
commit fd69e6daca

View File

@ -270,7 +270,7 @@ RowLayout {
maxActionButtons: activityModel.maxActionButtons
onTriggerAction: activityModel.slotTriggerAction(model.activityIndex, actionIndex)
onTriggerAction: activityModel.slotTriggerAction(activityData.activityIndex, actionIndex)
onShowReplyField: isTalkReplyOptionVisible = true
}