mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 22:58:43 +01:00
fix ui dialog
This commit is contained in:
parent
1bc7951096
commit
487e5af7c2
1 changed files with 2 additions and 2 deletions
|
@ -43,10 +43,10 @@ fi
|
|||
|
||||
# let user enter the address
|
||||
l1="Enter on-chain address to send confirmed funds to:"
|
||||
l2="You will send: ${amount}"
|
||||
l2="You will send: ${maxAmount} sat"
|
||||
l3="Maximal fee: 20000 sat (wil be subtracted)"
|
||||
dialog --title "Where to send funds?" \
|
||||
--inputbox "$l1\n$l2" 8 75 2>$_temp
|
||||
--inputbox "$l1\n$l2\n$l3" 8 75 2>$_temp
|
||||
if test $? -eq 0
|
||||
then
|
||||
echo "ok pressed"
|
||||
|
|
Loading…
Add table
Reference in a new issue