Add option to toggle the display of users avatar in timeline on and off

This commit is contained in:
Carl Schwan
2020-12-02 18:25:29 +01:00
parent 1d5f1633bd
commit 8a3659efba
4 changed files with 15 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ QQC2.AbstractButton {
Layout.preferredWidth: Kirigami.Units.gridUnit
Layout.preferredHeight: Kirigami.Units.gridUnit
Layout.alignment: Qt.AlignTop
visible: Config.showAvatarInTimeline
source: replyVisible && reply.author.avatarMediaId ? "image://mxc/" + reply.author.avatarMediaId : ""
name: replyVisible ? reply.author.displayName : "H"
color: replyVisible ? reply.author.color : Kirigami.Theme.highlightColor