mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
lnd connect dialog remove size
This commit is contained in:
parent
06e20c27c5
commit
fa271a52b8
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ whiptail --backtitle "Connecting Mobile Wallet" \
|
|||
--title "Pairing by QR code" \
|
||||
--yes-button "continue" \
|
||||
--no-button "show QR code" \
|
||||
--yesno "${msg}" 20 65
|
||||
--yesno "${msg}" 18 65
|
||||
if [ $? -eq 1 ]; then
|
||||
lndconnect --host=${host} --port=${port}
|
||||
echo "(To shrink QR code: OSX->CMD- / LINUX-> CTRL-) Press ENTER when finished."
|
||||
|
|
Loading…
Add table
Reference in a new issue