mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 11:28:07 +00:00
hide recordings button while not implemented
This commit is contained in:
parent
0ae1eeb65d
commit
89a032665c
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue