send many mobile options

This commit is contained in:
rootzoll 2020-05-08 13:05:43 +02:00
parent 32c48e2624
commit 3821b79aff

View file

@ -86,7 +86,7 @@ fi
OPTIONS+=(SENDMANY_ANDROID "SendMany (Android)")
#fi
CHOICE=$(whiptail --clear --title "Choose Mobile Wallet" --menu "" 13 50 7 "${OPTIONS[@]}" 2>&1 >/dev/tty)
CHOICE=$(whiptail --clear --title "Choose Mobile Wallet" --menu "" 14 50 8 "${OPTIONS[@]}" 2>&1 >/dev/tty)
/home/admin/config.scripts/blitz.lcd.sh hide
@ -170,10 +170,10 @@ Please go to MAINMENU > SERVICES and activate KEYSEND first.
appstoreLink="https://github.com/fusion44/sendmany/releases"
/home/admin/config.scripts/blitz.lcd.sh qr ${appstoreLink}
whiptail --title "Install SendMany APK from GithubReleases- (open assets) on your device" \
whiptail --title "Install SendMany APK from GithubReleases (open assets) on your device" \
--yes-button "continue" \
--no-button "link as QR code" \
--yesno "Download & install the SendMany APK from GitHub:\n\n${appstoreLink}\n\nEasiest way to scan QR code on LCD and download/install.\n\nWhen installed and started -> continue." 10 65
--yesno "Download & install the SendMany APK (armeabi-v7) from GitHub:\n\n${appstoreLink}\n\nEasiest way to scan QR code on LCD and download/install.\n\nWhen installed and started -> continue." 13 65
if [ $? -eq 1 ]; then
/home/admin/config.scripts/blitz.lcd.sh qr-console ${appstoreLink}
fi