diff --git a/Linphone/view/Page/Layout/Main/MainLayout.qml b/Linphone/view/Page/Layout/Main/MainLayout.qml index f36ffdb10..9c5cbb371 100644 --- a/Linphone/view/Page/Layout/Main/MainLayout.qml +++ b/Linphone/view/Page/Layout/Main/MainLayout.qml @@ -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