always enable entries in activity list to have consistent look and feel
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>
Mon, 15 May 2023 15:12:32 +0000 (17:12 +0200)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Wed, 17 May 2023 16:16:10 +0000 (18:16 +0200)
disable items will have weird look and behavior

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
src/gui/tray/ActivityItem.qml

index aed7ad4595b16c5716c5d1ba6f2d589219cfcd53..e52e183b6a7b7007a5f5ae7cdeca773401cffa6b 100644 (file)
@@ -18,7 +18,6 @@ ItemDelegate {
     readonly property bool isTalkReplyPossible: model.conversationToken !== ""
     property bool isTalkReplyOptionVisible: model.messageSent !== ""
 
-    enabled: (model.path !== "" || model.link !== "" || model.links.length > 0 ||  model.isCurrentUserFileActivity === true)
     padding: Style.standardSpacing
 
     Accessible.role: Accessible.ListItem