This commit is contained in:
rootzoll 2018-08-31 20:54:42 +02:00
parent 3f70411cab
commit 4c676a1d0a

View file

@ -6,8 +6,7 @@ OPTIONS=(ZAP "Zap Wallet (iOS)" \
CHOICE=$(dialog --clear \
--title "Choose Mobile Wallet" \
--menu "MENU" \
8 40 2 \
8 40 3 \
"${OPTIONS[@]}" \
2>&1 >/dev/tty)