Fix bugs with incall functionality around statusbar showing call duration
This commit is contained in:
parent
c5b665ca4f
commit
5f8aad0386
4 changed files with 11 additions and 16 deletions
|
@ -25,7 +25,7 @@ notificationmenu() {
|
|||
|
||||
PICKEDNOTIFFILE="$(echo "$CHOICES" | grep "$PICKEDCONTENT" | cut -d^ -f2 | tr -d ' ')"
|
||||
NOTIFACTION="$(head -n1 "$PICKEDNOTIFFILE")"
|
||||
eval "$NOTIFACTION" &
|
||||
setsid -f sh -c "$NOTIFACTION" &
|
||||
rm "$PICKEDNOTIFFILE"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue