Per-user color in reply.

This commit is contained in:
Black Hat
2019-06-23 15:10:48 +08:00
parent 75f8c8307c
commit 18ebd57e5a

View File

@@ -170,7 +170,7 @@ ColumnLayout {
}
background: Rectangle {
color: sentByMe ? MPalette.accent : MPalette.background
color: replyAuthor && sentByMe ? replyAuthor.color : MPalette.background
radius: 18
AutoMouseArea {