From 23f771daba2a75605729956605fc36d8bd5905fb Mon Sep 17 00:00:00 2001 From: Ronan Abhamon Date: Fri, 9 Jun 2017 10:34:56 +0200 Subject: [PATCH] fix(ui/views/App/Settings/SettingsCallsChat): disable lime --- linphone-desktop/ui/views/App/Settings/SettingsCallsChat.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linphone-desktop/ui/views/App/Settings/SettingsCallsChat.qml b/linphone-desktop/ui/views/App/Settings/SettingsCallsChat.qml index ad34e4acb..66daeab72 100644 --- a/linphone-desktop/ui/views/App/Settings/SettingsCallsChat.qml +++ b/linphone-desktop/ui/views/App/Settings/SettingsCallsChat.qml @@ -105,7 +105,7 @@ TabContainer { } FormLine { - visible: SettingsModel.limeIsSupported + visible: false // TODO: Use `SettingsModel.limeIsSupported` binding in V2. FormGroup { label: qsTr('encryptWithLimeLabel')