Remove Material.Icon

This commit is contained in:
Carl Schwan
2020-11-07 17:04:56 +01:00
parent a77a133415
commit 041d97a233
13 changed files with 8 additions and 113 deletions

View File

@@ -100,7 +100,7 @@ RowLayout {
Layout.fillWidth: true
text: replyVisible ? reply.author.displayName : ""
color: replay.author.color
color: reply.author.color
wrapMode: Text.Wrap
}