mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-28 17:15:14 +01:00
Show XMR subaddress popup during account creation
Additionally show the XMR subaddress popup during account creation, so that user can look up how subaddresses work and set it up.
This commit is contained in:
parent
958661f25b
commit
5e04336c4d
1 changed files with 7 additions and 0 deletions
|
@ -203,6 +203,13 @@ public class XmrForm extends AssetsForm {
|
|||
setFieldManagement(xmrAccountDelegate.isUsingSubAddresses());
|
||||
addLimitations(false);
|
||||
addAccountNameTextFieldWithAutoFillToggleButton();
|
||||
|
||||
new Popup()
|
||||
.headLine(Res.get("account.altcoin.popup.xmr.dataDirWarningHeadline"))
|
||||
.backgroundInfo(Res.get("account.altcoin.popup.xmr.dataDirWarning"))
|
||||
.dontShowAgainId("accountSubAddressInfo")
|
||||
.width(700)
|
||||
.show();
|
||||
}
|
||||
|
||||
void setFieldManagement(boolean useSubAddresses) {
|
||||
|
|
Loading…
Add table
Reference in a new issue