mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
display subject when we have sync issues like network errors
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
parent
d63eb6a211
commit
34dde88f0e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
: ""
|
||||
|
|
Loading…
Reference in a new issue