Display the contact name on appmenu call pickup entry
Signed-off-by: Stacy Harper <contact@stacyharper.net> Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
This commit is contained in:
parent
378fe01738
commit
e13ff5c721
1 changed files with 2 additions and 1 deletions
|
@ -418,8 +418,9 @@ getprogchoices() {
|
|||
#shellcheck disable=SC2044
|
||||
for NOTIFFILE in $(find "$NOTIFDIR" -name 'incomingcall*_notification'); do
|
||||
NOTIFACTION="$(head -n1 "$NOTIFFILE")"
|
||||
MESSAGE="$(tail -1 "$NOTIFFILE")"
|
||||
CHOICES="
|
||||
$icon_phn Pick up incoming call ^ 0 ^ $NOTIFACTION
|
||||
$icon_phn $MESSAGE ^ 0 ^ $NOTIFACTION
|
||||
$CHOICES
|
||||
"
|
||||
break
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue