hide recordings button while not implemented

This commit is contained in:
Gaelle Braud 2025-10-27 11:25:49 +01:00
parent 0ae1eeb65d
commit 89a032665c

View file

@ -471,9 +471,9 @@ Item {
IconLabelButton {
id: recordsButton
Layout.fillWidth: true
visible: !SettingsCpp.disableCallRecordings
icon.width: Math.round(32 * DefaultStyle.dp)
icon.height: Math.round(32 * DefaultStyle.dp)
visible: false// !SettingsCpp.disableCallRecordings
icon.width: Utils.getSizeWithScreenRatio(32)
icon.height: Utils.getSizeWithScreenRatio(32)
//: "Enregistrements"
text: qsTr("recordings_title")
icon.source: AppIcons.micro