Przeglądaj źródła

always enable entries in activity list to have consistent look and feel

disable items will have weird look and behavior

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
Matthieu Gallien 2 lat temu
rodzic
commit
ddeb629157
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/gui/tray/ActivityItem.qml

+ 0 - 1
src/gui/tray/ActivityItem.qml

@@ -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