Per-user bubble background.

This commit is contained in:
Black Hat
2019-06-13 21:11:56 +08:00
parent 34186f153f
commit 691a982fa0

View File

@@ -74,7 +74,7 @@ ColumnLayout {
id: bubbleBackground
color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : MPalette.accent
color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : author.color
radius: 18
topLeftVisible: !sentByMe && (bubbleShape == 3 || bubbleShape == 2)