Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
linphone-desktop
Commits
5c8ef668
Commit
5c8ef668
authored
5 months ago
by
Christophe Deschamps
Browse files
Options
Download
Patches
Plain Diff
Hide audio/video uri factory from account parameters when disableMeetingsFeature is on
parent
8bc12296
master
build/windows_runner_ok
feature/AEC3
feature/dp
feature/loading_spinner
feature/oidc_client_secret
feature/redirect_uri
feature/test_integ_sdk
feature/translation
fix/LINQT-1362
fix/LINQT-1482
fix/SLS-8
fix/all
fix/auth_popup
fix/conference_index_as_objects
fix/config_login_page
fix/contact_list
fix/contact_speed
fix/disable_chat_feature
fix/jira_conseil_dep
fix/login_page_back_button
fix/qt6.8compil
fix/quit_conf_screensharing
fix/set_operator
fix/slow_ldap_loading
fix/ui
fix/ui_fixes
1 merge request
!1050
Fix/cd38
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Linphone/view/Page/Layout/Settings/AccountSettingsParametersLayout.qml
+1
-0
.../Page/Layout/Settings/AccountSettingsParametersLayout.qml
with
1 addition
and
0 deletions
Linphone/view/Page/Layout/Settings/AccountSettingsParametersLayout.qml
+
1
−
0
View file @
5c8ef668
...
...
@@ -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
"
)
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets