fix(ui/views/App/Calls/Incall): hide options button

This commit is contained in:
Ronan Abhamon 2017-05-30 16:30:21 +02:00
parent 17efccd5f7
commit 578b3c1192

View file

@ -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
}
}