mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 05:06:45 +00:00
add tooltip to save final transaction button to suggest connecting to a server in order to broadcast
This commit is contained in:
parent
ef67d1f33b
commit
a5519537c5
1 changed files with 3 additions and 0 deletions
|
@ -287,6 +287,9 @@
|
|||
<graphic>
|
||||
<Glyph fontFamily="Font Awesome 5 Free Solid" fontSize="20" icon="ARROW_DOWN" />
|
||||
</graphic>
|
||||
<tooltip>
|
||||
<Tooltip text="Connect to a server (bottom right toggle) to broadcast a transaction" />
|
||||
</tooltip>
|
||||
</Button>
|
||||
<Button fx:id="payjoinButton" defaultButton="true" HBox.hgrow="ALWAYS" text="Get Payjoin Transaction" contentDisplay="TOP" wrapText="true" textAlignment="CENTER" onAction="#getPayjoinTransaction">
|
||||
<graphic>
|
||||
|
|
Loading…
Reference in a new issue