From ed220b34d7c0a740dc4d88ae723b5aa7a57a3acf Mon Sep 17 00:00:00 2001 From: Stacy Harper Date: Tue, 11 May 2021 09:34:56 +0200 Subject: [PATCH] Make bluetooth menu killeable with gesture Signed-off-by: Stacy Harper Signed-off-by: Maarten van Gompel --- scripts/core/sxmo_bluetoothmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/core/sxmo_bluetoothmenu.sh b/scripts/core/sxmo_bluetoothmenu.sh index c932a89..56b2b21 100755 --- a/scripts/core/sxmo_bluetoothmenu.sh +++ b/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