add tooltip to save final transaction button to suggest connecting to a server in order to broadcast

This commit is contained in:
Craig Raw 2023-07-17 11:49:17 +02:00
parent ef67d1f33b
commit a5519537c5

View file

@ -287,6 +287,9 @@
<graphic> <graphic>
<Glyph fontFamily="Font Awesome 5 Free Solid" fontSize="20" icon="ARROW_DOWN" /> <Glyph fontFamily="Font Awesome 5 Free Solid" fontSize="20" icon="ARROW_DOWN" />
</graphic> </graphic>
<tooltip>
<Tooltip text="Connect to a server (bottom right toggle) to broadcast a transaction" />
</tooltip>
</Button> </Button>
<Button fx:id="payjoinButton" defaultButton="true" HBox.hgrow="ALWAYS" text="Get Payjoin Transaction" contentDisplay="TOP" wrapText="true" textAlignment="CENTER" onAction="#getPayjoinTransaction"> <Button fx:id="payjoinButton" defaultButton="true" HBox.hgrow="ALWAYS" text="Get Payjoin Transaction" contentDisplay="TOP" wrapText="true" textAlignment="CENTER" onAction="#getPayjoinTransaction">
<graphic> <graphic>