Generate QR code with customized amount
This commit is contained in:
parent
979375fcbe
commit
599f53d39f
3 changed files with 166 additions and 0 deletions
|
|
@ -264,6 +264,11 @@
|
|||
</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="text-center" ng-show="!home.generatingAddress && home.addr[index.walletId]">
|
||||
<a class="size-12" ng-click="home.openCustomizedAmountModal(home.addr[index.walletId])" translate>
|
||||
Receive a customized amount
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="extra-margin-bottom"></div>
|
||||
</div> <!-- END Receive -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue