Make bluetooth menu killeable with gesture

Signed-off-by: Stacy Harper <contact@stacyharper.net>
Signed-off-by: Maarten van Gompel <proycon@anaproy.nl>
master
Stacy Harper 4 years ago committed by Maarten van Gompel
parent 457aa3e1b0
commit ed220b34d7
  1. 2
      scripts/core/sxmo_bluetoothmenu.sh

@ -51,7 +51,7 @@ devicemenu() {
PICKED="$(
echo "$ENTRIES" |
dmenu -i -c -l 10 -p "Devices"
)"
)" || exit
if echo "$PICKED" | grep -q "Refresh"; then
continue

Loading…
Cancel
Save