Source

Target

Showing with 2 additions and 2 deletions
......@@ -582,5 +582,5 @@ DEFINE_GETSET_CONFIG(SettingsModel,
syncLdapContacts,
SyncLdapContacts,
"sync_ldap_contacts",
true)
false)
// clang-format on
......@@ -540,7 +540,7 @@ Item {
id: recordsButton
Layout.preferredHeight: 32 * DefaultStyle.dp
Layout.fillWidth: true
visible: !SettingsCpp.disableCallRecordingsFeature
visible: !SettingsCpp.disableCallRecordings
focus: !accountButton.visible && !settingsButton.visible && visible
iconSize: 32 * DefaultStyle.dp
text: qsTr("Enregistrements")
......