mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-28 01:09:19 +00:00
fix #LINQT-1335 error in EffectImage property "colorizationColor" when it depends on a varying value
This commit is contained in:
parent
fe40a9586b
commit
23d73a9ab6
1 changed files with 4 additions and 0 deletions
|
|
@ -333,6 +333,10 @@ AbstractWindow {
|
|||
: mainWindow.call.core.dir === LinphoneEnums.CallDir.Outgoing
|
||||
? DefaultStyle.info_500_main
|
||||
: DefaultStyle.success_500main
|
||||
onColorizationColorChanged: {
|
||||
callStatusIcon.active = !callStatusIcon.active
|
||||
callStatusIcon.active = !callStatusIcon.active
|
||||
}
|
||||
}
|
||||
Text {
|
||||
id: callStatusText
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue