4
1
mirror of https://github.com/Qortal/qortal-ui.git synced 2025-02-11 17:55:51 +00:00

Add modal for GET_USER_WALLET

This commit is contained in:
QuickMythril 2023-10-29 15:56:46 -04:00
parent 74871a81ef
commit 11781d93fd

View File

@ -3554,6 +3554,11 @@ async function showModalAndWait(type, data) {
</div>
` : ''}
${type === actions.GET_USER_WALLET ? `
<div class="modal-subcontainer">
<p class="modal-paragraph">${get("browserpage.bchange49")}</p>
</div>
` : ''}
${type === actions.GET_WALLET_BALANCE ? `
<div class="modal-subcontainer">
<p class="modal-paragraph">${get("browserpage.bchange20")}</p>