mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
Wire keypad buttons signal - call & wipe
This commit is contained in:
parent
e1033b9db2
commit
f80620f900
1 changed files with 4 additions and 1 deletions
|
|
@ -76,6 +76,9 @@ Control.Popup {
|
|||
anchors.leftMargin: 72 * DefaultStyle.dp
|
||||
onButtonPressed: (text) => {
|
||||
console.log("BUTTON PRESSED NUMPAD")
|
||||
mainItem.buttonPressed(text)}
|
||||
mainItem.buttonPressed(text)
|
||||
}
|
||||
onLaunchCall: mainItem.launchCall()
|
||||
onWipe: mainItem.wipe()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue