prevent tap on delete button if another wallet is in delete process

This commit is contained in:
Javier 2016-04-07 14:48:13 -03:00
commit ae2ad55be6
2 changed files with 11 additions and 3 deletions

View file

@ -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>