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

This commit is contained in:
Ronan Abhamon 2017-06-09 10:34:56 +02:00
parent 602993b435
commit 23f771daba

View file

@ -105,7 +105,7 @@ TabContainer {
}
FormLine {
visible: SettingsModel.limeIsSupported
visible: false // TODO: Use `SettingsModel.limeIsSupported` binding in V2.
FormGroup {
label: qsTr('encryptWithLimeLabel')