display subject when we have sync issues like network errors

Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Matthieu Gallien 2023-06-06 10:47:47 +02:00
parent d63eb6a211
commit 34dde88f0e
No known key found for this signature in database
GPG key ID: 7D0F74F05C22F553

View file

@ -221,7 +221,7 @@ RowLayout {
Layout.fillHeight: true
Layout.alignment: Qt.AlignTop | Qt.AlignLeft
text: (root.activityData.type === "Sync") ? root.activityData.displayPath
text: (root.activityData.type === "Sync") ? root.activityData.subject
: (root.activityData.type === "File") ? root.activityData.subject
: (root.activityData.type === "Notification") ? root.activityData.message
: ""