Per-user color in reply.
This commit is contained in:
@@ -170,7 +170,7 @@ ColumnLayout {
|
|||||||
}
|
}
|
||||||
|
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: sentByMe ? MPalette.accent : MPalette.background
|
color: replyAuthor && sentByMe ? replyAuthor.color : MPalette.background
|
||||||
radius: 18
|
radius: 18
|
||||||
|
|
||||||
AutoMouseArea {
|
AutoMouseArea {
|
||||||
|
|||||||
Reference in New Issue
Block a user