mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-04-10 21:00:36 +02:00
menu fix
This commit is contained in:
parent
adb1ff09e2
commit
9cc19f1b40
@ -4,11 +4,7 @@
|
||||
OPTIONS=(ZAP "Zap Wallet (iOS)" \
|
||||
SHANGO "Shango Wallet (iOS)")
|
||||
|
||||
CHOICE=$(dialog --clear \
|
||||
--title "Choose Mobile Wallet" \
|
||||
8 40 3 \
|
||||
"${OPTIONS[@]}" \
|
||||
2>&1 >/dev/tty)
|
||||
CHOICE=$(dialog --clear --title "Choose Mobile Wallet" 10 40 6 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
|
||||
clear
|
||||
case $CHOICE in
|
||||
|
Loading…
x
Reference in New Issue
Block a user