Fix typo in SettingsCpp.disableCallRecordings vs SettingsCpp.disableCallRecordingsFeature
This commit is contained in:
parent
fc474c1aec
commit
b413301e70
1 changed files with 1 additions and 1 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue