Display the hidden entry in showcontact

master
Stacy Harper 4 years ago
parent c5c5537873
commit 0ec4280c8d
No known key found for this signature in database
GPG Key ID: 5BAC92328B7C5D65
  1. 2
      scripts/core/sxmo_contactmenu.sh

@ -112,7 +112,7 @@ showcontact() {
PICKED="$(
echo "$ENTRIES" |
dmenu -c -l 5 -p "$icon_usr $name"
dmenu -c -l 6 -p "$icon_usr $name"
)"
if echo "$PICKED" | grep -q "List Messages"; then

Loading…
Cancel
Save