mirror of
https://github.com/nextcloud/desktop.git
synced 2025-10-26 11:17:43 +00:00
Bugfix. Conflict resolution button not clickable.
Signed-off-by: alex-z <blackslayer4@gmail.com>
This commit is contained in:
parent
ec302c899a
commit
fd69e6daca
@ -270,7 +270,7 @@ RowLayout {
|
||||
|
||||
maxActionButtons: activityModel.maxActionButtons
|
||||
|
||||
onTriggerAction: activityModel.slotTriggerAction(model.activityIndex, actionIndex)
|
||||
onTriggerAction: activityModel.slotTriggerAction(activityData.activityIndex, actionIndex)
|
||||
|
||||
onShowReplyField: isTalkReplyOptionVisible = true
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user