mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-11-18 09:57:17 +01:00
menu fix
This commit is contained in:
@@ -214,7 +214,7 @@ case $CHOICE in
|
|||||||
./00mainMenu.sh
|
./00mainMenu.sh
|
||||||
;;
|
;;
|
||||||
MOBILE)
|
MOBILE)
|
||||||
sudo ./97addMobileWallet.sh
|
./97addMobileWallet.sh
|
||||||
echo "Press ENTER to return to main menu."
|
echo "Press ENTER to return to main menu."
|
||||||
read key
|
read key
|
||||||
./00mainMenu.sh
|
./00mainMenu.sh
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
OPTIONS=(ZAP "Zap Wallet (iOS)" \
|
OPTIONS=(ZAP "Zap Wallet (iOS)" \
|
||||||
SHANGO "Shango Wallet (iOS)")
|
SHANGO "Shango Wallet (iOS)")
|
||||||
|
|
||||||
CHOICE=$(dialog --clear --title "Choose Mobile Wallet" 10 40 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
CHOICE=$(dialog --clear --title "Choose Mobile Wallet" --menu "" 10 40 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||||
|
|
||||||
clear
|
clear
|
||||||
case $CHOICE in
|
case $CHOICE in
|
||||||
|
|||||||
Reference in New Issue
Block a user