Commit 66182739 authored by Ronan Abhamon's avatar Ronan Abhamon

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

parent 60b9f93a
...@@ -108,7 +108,7 @@ Rectangle { ...@@ -108,7 +108,7 @@ Rectangle {
icon: incall.call.isSecured ? 'call_chat_secure' : 'call_chat_unsecure' 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 { TooltipArea {
text: Logic.makeReadableSecuredString(incall.call.securedString) text: Logic.makeReadableSecuredString(incall.call.securedString)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment