Commit 5c8ef668 authored by Christophe Deschamps's avatar Christophe Deschamps
Browse files

Hide audio/video uri factory from account parameters when disableMeetingsFeature is on

Showing with 1 addition 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")
......
Supports Markdown
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