mirror of
https://github.com/sparrowwallet/sparrow.git
synced 2024-11-05 05:46:44 +00:00
ensure wallet tab name and wallet name are synced on wallet open
This commit is contained in:
parent
a444e2af2f
commit
c86006335b
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ public class InputController extends TransactionFormController implements Initia
|
|||
String baseText = getLegendText(txInput);
|
||||
if(signingWallet != null) {
|
||||
if(inputForm.isWalletTxo()) {
|
||||
inputFieldset.setText(baseText + " - Wallet");
|
||||
inputFieldset.setText(baseText + " - " + signingWallet.getName());
|
||||
inputFieldset.setIcon(TransactionDiagram.getTxoGlyph());
|
||||
} else {
|
||||
inputFieldset.setText(baseText + " - Payjoin");
|
||||
|
|
Loading…
Reference in a new issue