зеркало из https://github.com/nextcloud/desktop.git
display subject when we have sync issues like network errors
Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
This commit is contained in:
Родитель
d63eb6a211
Коммит
34dde88f0e
|
@ -221,7 +221,7 @@ RowLayout {
|
||||||
Layout.fillHeight: true
|
Layout.fillHeight: true
|
||||||
Layout.alignment: Qt.AlignTop | Qt.AlignLeft
|
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 === "File") ? root.activityData.subject
|
||||||
: (root.activityData.type === "Notification") ? root.activityData.message
|
: (root.activityData.type === "Notification") ? root.activityData.message
|
||||||
: ""
|
: ""
|
||||||
|
|
Загрузка…
Ссылка в новой задаче