mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-28 09:19:19 +00:00
fix(ui/views/App/Settings/SettingsCallsChat): disable lime
This commit is contained in:
parent
602993b435
commit
23f771daba
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ TabContainer {
|
|||
}
|
||||
|
||||
FormLine {
|
||||
visible: SettingsModel.limeIsSupported
|
||||
visible: false // TODO: Use `SettingsModel.limeIsSupported` binding in V2.
|
||||
|
||||
FormGroup {
|
||||
label: qsTr('encryptWithLimeLabel')
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue