diff --git a/home.admin/97addMobileWallet.sh b/home.admin/97addMobileWallet.sh index 6aed2ef..89650f8 100644 --- a/home.admin/97addMobileWallet.sh +++ b/home.admin/97addMobileWallet.sh @@ -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)