Dialer menu should be with keyboard (so you can enter number).
Signed-off-by: Stacy Harper <contact@stacyharper.net>
This commit is contained in:
parent
b46a347d85
commit
a8693545a4
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ readtextmenu() {
|
|||
printf %b "$icon_cls Close Menu\n$icon_edt Send a Text\n";
|
||||
sxmo_contacts.sh --texted | xargs -IL echo "L logfile"
|
||||
)"
|
||||
PICKED="$(printf %b "$ENTRIES" | dmenu -p Texts -i)" || exit
|
||||
PICKED="$(printf %b "$ENTRIES" | sxmo_dmenu_with_kb.sh -p "Texts" -i)" || exit
|
||||
|
||||
if echo "$PICKED" | grep "Close Menu"; then
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue