Commit d9e28f35 authored by Ronan Abhamon's avatar Ronan Abhamon

feat(ui/views/App/Calls/IncallFullscreenWindow): supports telephone keypad

parent fbd2f755
...@@ -181,6 +181,12 @@ Window { ...@@ -181,6 +181,12 @@ Window {
iconSize: CallStyle.header.iconSize iconSize: CallStyle.header.iconSize
visible: !hideButtons visible: !hideButtons
ActionButton {
icon: 'tel_keypad'
onClicked: telKeypad.visible = !telKeypad.visible
}
ActionButton { ActionButton {
icon: 'screenshot' icon: 'screenshot'
...@@ -357,4 +363,15 @@ Window { ...@@ -357,4 +363,15 @@ Window {
} }
} }
} }
// ---------------------------------------------------------------------------
// TelKeypad.
// ---------------------------------------------------------------------------
TelKeypad {
id: telKeypad
call: incall.call
visible: false
}
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment