Only copy address to clipboard after click "generate new address"
This commit is contained in:
parent
f4b4aaae27
commit
d801e287fd
2 changed files with 9 additions and 7 deletions
|
|
@ -48,7 +48,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<div>
|
||||
<button ng-show="addr" class="button-address" ng-click="setAddress(true)">
|
||||
<button ng-show="addr" class="button-address" ng-click="setAddress(true, true)">
|
||||
<span translate>Generate new address</span>
|
||||
</button><br/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue