Updates
This commit is contained in:
@@ -15,11 +15,13 @@ startMarker="START BT TOOGLE"
|
||||
endMarker="END BT TOOGLE"
|
||||
|
||||
# Select Value
|
||||
customvalue=$(gum choose "SHOW" "HIDE")
|
||||
customvalue=$(gum choose "SHOW" "HIDE" "DEFAULT")
|
||||
|
||||
if [ ! -z $customvalue ]; then
|
||||
if [ "$customvalue" == "SHOW" ] ;then
|
||||
customtext=" \"bluetooth\","
|
||||
elif [ "$customvalue" == "DEFAULT" ] ;then
|
||||
customtext=" \"bluetooth\","
|
||||
else
|
||||
customtext=" \/\/\"bluetooth\","
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user