mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-12-24 12:46:45 +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);
|
||||
|
||||
MenuItem showAddress = new MenuItem("Show Address as QR");
|
||||
MenuItem showAddress = new MenuItem("Show Address as QR...");
|
||||
showAddress.setOnAction(event -> {
|
||||
hide();
|
||||
QRDisplayDialog qrDisplayDialog = new QRDisplayDialog(address.toString());
|
||||
|
|
Loading…
Reference in a new issue