mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-03-03 17:37:04 +01:00
make window larger
This commit is contained in:
parent
5f807d6c08
commit
58d70aa58a
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ if [ "${runBehindTor}" = "on" ]; then
|
|||
OPTIONS+=(FULLY_NODED "Fully Noded (iOS+Tor)")
|
||||
fi
|
||||
|
||||
CHOICE=$(whiptail --clear --title "Choose Mobile Wallet" --menu "" 14 62 8 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
CHOICE=$(whiptail --clear --title "Choose Mobile Wallet" --menu "" 14 75 8 "${OPTIONS[@]}" 2>&1 >/dev/tty)
|
||||
|
||||
/home/admin/config.scripts/blitz.display.sh hide
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue