mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
invoke the dialer
This commit is contained in:
parent
4dbdce0fc4
commit
015c03b75d
1 changed files with 5 additions and 0 deletions
|
|
@ -165,6 +165,11 @@ PlasmaExtras.ScrollArea {
|
|||
anchors.leftMargin: parent.height / 4
|
||||
source: "call-start"
|
||||
}
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
//TODO: needs the proper number
|
||||
onClicked: Qt.openUrlExternally("call://" + "605909123")
|
||||
}
|
||||
}
|
||||
|
||||
highlight: PlasmaComponents.Highlight {
|
||||
|
|
|
|||
Loading…
Reference in a new issue