mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
Hide audio/video uri factory from account parameters when disableMeetingsFeature is on
This commit is contained in:
parent
8bc122963a
commit
5c8ef6681b
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ AbstractSettingsLayout {
|
|||
propertyName: "audioVideoConferenceFactoryAddress"
|
||||
propertyOwner: account.core
|
||||
isValid: function(text) { return UtilsCpp.isValidSIPAddress(text); }
|
||||
visible: !SettingsCpp.disableMeetingsFeature
|
||||
}
|
||||
DecoratedTextField {
|
||||
title: qsTr("URL du serveur d’échange de clés de chiffrement")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue