fix(ui/views/App/Calls/Incall): use CallEncryptionZrtp, not CallEncryptionZRTP!!!

This commit is contained in:
Ronan Abhamon 2017-06-07 11:09:33 +02:00
parent 60b9f93a5b
commit 66182739bb

View file

@ -108,7 +108,7 @@ Rectangle {
icon: incall.call.isSecured ? 'call_chat_secure' : 'call_chat_unsecure'
onClicked: zrtp.visible = (incall.call.encryption === CallModel.CallEncryptionZRTP)
onClicked: zrtp.visible = (incall.call.encryption === CallModel.CallEncryptionZrtp)
TooltipArea {
text: Logic.makeReadableSecuredString(incall.call.securedString)