Commit 23f771da authored by Ronan Abhamon's avatar Ronan Abhamon

fix(ui/views/App/Settings/SettingsCallsChat): disable lime

parent 602993b4
...@@ -105,7 +105,7 @@ TabContainer { ...@@ -105,7 +105,7 @@ TabContainer {
} }
FormLine { FormLine {
visible: SettingsModel.limeIsSupported visible: false // TODO: Use `SettingsModel.limeIsSupported` binding in V2.
FormGroup { FormGroup {
label: qsTr('encryptWithLimeLabel') label: qsTr('encryptWithLimeLabel')
......
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