mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-27 16:59:21 +00:00
Fix differentiated color for outgoing/incoming chat text color
(cherry picked from commit d44f988d75)
This commit is contained in:
parent
da7410fa57
commit
b1ed74dfe6
1 changed files with 1 additions and 1 deletions
|
|
@ -210,7 +210,7 @@ Loader{// Use of Loader because of Repeater (items cannot be loaded dynamically)
|
|||
onLastTextSelectedChanged: mainItem.lastTextSelectedChanged(lastTextSelected)
|
||||
color: mainItem.useTextColor
|
||||
? mainItem.textColor
|
||||
: $modelData.isOutgoing
|
||||
: chatMessageModel.isOutgoing
|
||||
? ChatStyle.entry.message.outgoing.text.colorModel.color
|
||||
: ChatStyle.entry.message.incoming.text.colorModel.color
|
||||
onRightClicked: mainItem.rightClicked()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue