Fixed user log out when selecting "Close Menu" in dialer
See issue: https://todo.sr.ht/~mil/sxmo-tickets/117
This commit is contained in:
parent
f2a3ad47cf
commit
8b87386006
1 changed files with 2 additions and 2 deletions
|
@ -22,13 +22,13 @@ dialmenu() {
|
|||
grep . |
|
||||
sxmo_dmenu_with_kb.sh -l 10 -p Number -c -fn Terminus-20 -i
|
||||
)"
|
||||
echo "$NUMBER" | grep "Close Menu" && kill -9 0
|
||||
|
||||
echo "$NUMBER" | grep -q "More contacts" && NUMBER="$(
|
||||
printf %b "Close Menu\n$(sxmo_contacts.sh --all)" |
|
||||
grep . |
|
||||
sxmo_dmenu_with_kb.sh -l 10 -p Number -c -fn Terminus-20 -i
|
||||
)"
|
||||
echo "$NUMBER" | grep "Close Menu" && kill -9 0
|
||||
|
||||
NUMBER="$(echo "$NUMBER" | cut -d: -f1 | tr -d -- '- ')"
|
||||
echo "$NUMBER" | grep -qE '^[+0-9]+$' || fatalerr "$NUMBER is not a number"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue