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
Compare revisions
b7455acfcf20263e87f29b04fe83c20bd99f148c...b413301e7012a333e56e56d2c501c5b63725f67f
Source
BC/public/linphone-desktop
Select target project
b413301e7012a333e56e56d2c501c5b63725f67f
Select Git revision
..
..
...
Target
BC/public/linphone-desktop
Select target project
BC/public/linphone-desktop
b7455acfcf20263e87f29b04fe83c20bd99f148c
Select Git revision
Compare
Swap revisions
Commits (2)
Do not sync entire LDAP by default
· fc474c1a
Christophe Deschamps
authored
5 months ago
fc474c1a
Fix typo in SettingsCpp.disableCallRecordings vs SettingsCpp.disableCallRecordingsFeature
· b413301e
Christophe Deschamps
authored
5 months ago
b413301e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Linphone/model/setting/SettingsModel.cpp
+1
-1
Linphone/model/setting/SettingsModel.cpp
Linphone/view/Page/Layout/Main/MainLayout.qml
+1
-1
Linphone/view/Page/Layout/Main/MainLayout.qml
with
2 additions
and
2 deletions
Linphone/model/setting/SettingsModel.cpp
View file @
b413301e
...
...
@@ -582,5 +582,5 @@ DEFINE_GETSET_CONFIG(SettingsModel,
syncLdapContacts
,
SyncLdapContacts
,
"sync_ldap_contacts"
,
tru
e
)
fals
e
)
// clang-format on
This diff is collapsed.
Click to expand it.
Linphone/view/Page/Layout/Main/MainLayout.qml
View file @
b413301e
...
...
@@ -540,7 +540,7 @@ Item {
id
:
recordsButton
Layout.preferredHeight
:
32
*
DefaultStyle
.
dp
Layout.fillWidth
:
true
visible
:
!
SettingsCpp
.
disableCallRecordings
Feature
visible
:
!
SettingsCpp
.
disableCallRecordings
focus
:
!
accountButton
.
visible
&&
!
settingsButton
.
visible
&&
visible
iconSize
:
32
*
DefaultStyle
.
dp
text
:
qsTr
(
"
Enregistrements
"
)
...
...
This diff is collapsed.
Click to expand it.
Menu
Explore
Projects
Groups
Topics
Snippets