don't show menu

This commit is contained in:
speedie 2023-01-07 17:50:53 +01:00
parent ce433335d1
commit a3d0ecc0e1

View file

@ -135,9 +135,9 @@ PERFORM() {
"Trust") TRUST && LIST_OPTIONS ;; "Trust") TRUST && LIST_OPTIONS ;;
"Pair") PAIR && LIST_OPTIONS ;; "Pair") PAIR && LIST_OPTIONS ;;
"Connect") CONNECT; NOTIFY_CONNECT ;; "Connect") CONNECT; NOTIFY_CONNECT ;;
"Disconnect") DISCONNECT && NOTIFY_DISCONNECT && LIST_OPTIONS ;; "Disconnect") DISCONNECT && NOTIFY_DISCONNECT ;;
"Untrust") UNTRUST && LIST_OPTIONS ;; "Untrust") UNTRUST && LIST_OPTIONS ;;
"Remove") REMOVE && NOTIFY_REMOVE && LIST_OPTIONS ;; "Remove") REMOVE && NOTIFY_REMOVE ;;
"Exit") exit 0 ;; "Exit") exit 0 ;;
"Help") HELP ;; "Help") HELP ;;
"") exit 0 ;; "") exit 0 ;;