mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(ui/views/App/Calls/Incall): hide options button
This commit is contained in:
parent
17efccd5f7
commit
578b3c1192
1 changed files with 2 additions and 0 deletions
|
|
@ -351,8 +351,10 @@ Rectangle {
|
|||
ActionButton {
|
||||
Layout.preferredHeight: CallStyle.actionArea.iconSize
|
||||
Layout.preferredWidth: CallStyle.actionArea.iconSize
|
||||
|
||||
icon: 'options' // TODO: display options.
|
||||
iconSize: CallStyle.actionArea.iconSize
|
||||
visible: false // TODO: V2
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue