mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-25 13:16:44 +00:00
followup
This commit is contained in:
parent
25e1250710
commit
bd421e877a
1 changed files with 1 additions and 1 deletions
|
@ -1245,7 +1245,7 @@ public class TransactionDiagram extends GridPane {
|
||||||
});
|
});
|
||||||
getItems().add(copyAddress);
|
getItems().add(copyAddress);
|
||||||
|
|
||||||
MenuItem showAddress = new MenuItem("Show Address as QR");
|
MenuItem showAddress = new MenuItem("Show Address as QR...");
|
||||||
showAddress.setOnAction(event -> {
|
showAddress.setOnAction(event -> {
|
||||||
hide();
|
hide();
|
||||||
QRDisplayDialog qrDisplayDialog = new QRDisplayDialog(address.toString());
|
QRDisplayDialog qrDisplayDialog = new QRDisplayDialog(address.toString());
|
||||||
|
|
Loading…
Reference in a new issue