Skip to content

Commit

Permalink
display subject when we have sync issues like network errors
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed Jun 6, 2023
1 parent af10bd9 commit 2b90806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tray/ActivityItemContent.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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
: ""
Expand Down

0 comments on commit 2b90806

Please sign in to comment.