Feat: new setting to notify when a transaction is confirmed

This commit is contained in:
Gabriel Masclef 2017-07-13 11:12:15 -03:00
commit c9cdd91741
6 changed files with 46 additions and 9 deletions

View file

@ -43,6 +43,13 @@
</button>
</form>
</div>
<div ng-if="PNEnabledByUser">
<ion-toggle ng-model="notifyIfTxConfirmed.value" toggle-class="toggle-balanced" ng-change="notifyIfTxConfirmedChange()" ng-if="usePushNotifications">
<span class="toggle-label" translate>Notify me when confirm transactions</span>
</ion-toggle>
</div>
</div>
</ion-content>
</ion-view>