prevent tap on delete button if another wallet is in delete process
This commit is contained in:
parent
f1ff334e3e
commit
ae2ad55be6
2 changed files with 11 additions and 3 deletions
|
|
@ -12,7 +12,7 @@
|
|||
<div class="m20b" translate>Permanently delete this wallet. THIS ACTION CANNOT BE REVERSED</div>
|
||||
</div>
|
||||
<ul class="no-bullet m0">
|
||||
<li ng-click="preferences.deleteWallet()">
|
||||
<li ng-click="isDeletingWallet || preferences.deleteWallet()">
|
||||
<div class="right" ng-style="{'color':index.backgroundColor}">
|
||||
{{index.walletName}} <span ng-show="index.alias">({{index.alias}})</span>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue