Be less noisy
This commit is contained in:
@@ -51,7 +51,7 @@ RowLayout {
|
|||||||
Layout.alignment: Qt.AlignTop
|
Layout.alignment: Qt.AlignTop
|
||||||
|
|
||||||
visible: showAuthor && Config.showAvatarInTimeline
|
visible: showAuthor && Config.showAvatarInTimeline
|
||||||
name: author.name
|
name: author.name ?? author.displayName
|
||||||
source: author.avatarMediaId ? ("image://mxc/" + author.avatarMediaId) : ""
|
source: author.avatarMediaId ? ("image://mxc/" + author.avatarMediaId) : ""
|
||||||
color: author.color
|
color: author.color
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user