Skip to content

Commit

Permalink
Show XMR subaddress popup during account creation
Browse files Browse the repository at this point in the history
Additionally show the XMR subaddress popup during account creation, so
that user can look up how subaddresses work and set it up.
  • Loading branch information
alvasw committed Feb 5, 2025
1 parent 958661f commit 5e04336
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,13 @@ public void addFormForAddAccount() {
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) {
Expand Down

0 comments on commit 5e04336

Please sign in to comment.