Display the hidden entry in showcontact
This commit is contained in:
parent
c5c5537873
commit
0ec4280c8d
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ showcontact() {
|
||||||
|
|
||||||
PICKED="$(
|
PICKED="$(
|
||||||
echo "$ENTRIES" |
|
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
|
if echo "$PICKED" | grep -q "List Messages"; then
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue