From fd69e6dacab70c63f180d863d06afafecde73bfc Mon Sep 17 00:00:00 2001 From: alex-z Date: Mon, 5 Jun 2023 19:55:57 +0200 Subject: [PATCH] Bugfix. Conflict resolution button not clickable. Signed-off-by: alex-z --- src/gui/tray/ActivityItemContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/tray/ActivityItemContent.qml b/src/gui/tray/ActivityItemContent.qml index a969eb395d108..81823e23e9187 100644 --- a/src/gui/tray/ActivityItemContent.qml +++ b/src/gui/tray/ActivityItemContent.qml @@ -270,7 +270,7 @@ RowLayout { maxActionButtons: activityModel.maxActionButtons - onTriggerAction: activityModel.slotTriggerAction(model.activityIndex, actionIndex) + onTriggerAction: activityModel.slotTriggerAction(activityData.activityIndex, actionIndex) onShowReplyField: isTalkReplyOptionVisible = true }