Per-user bubble background.
This commit is contained in:
@@ -74,7 +74,7 @@ ColumnLayout {
|
|||||||
|
|
||||||
id: bubbleBackground
|
id: bubbleBackground
|
||||||
|
|
||||||
color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : MPalette.accent
|
color: sentByMe ? MPalette.background : eventType === "notice" ? MPalette.primary : author.color
|
||||||
radius: 18
|
radius: 18
|
||||||
|
|
||||||
topLeftVisible: !sentByMe && (bubbleShape == 3 || bubbleShape == 2)
|
topLeftVisible: !sentByMe && (bubbleShape == 3 || bubbleShape == 2)
|
||||||
|
|||||||
Reference in New Issue
Block a user