add switch to enable/disable notifications on global setings

This commit is contained in:
Javier 2015-12-23 14:17:24 -03:00 committed by Gabriel Bazán
commit b3c59e2cb0
4 changed files with 30 additions and 3 deletions

View file

@ -48,6 +48,10 @@
<switch id="spend-unconfirmed" name="spendUnconfirmed" ng-model="spendUnconfirmed" class="green right"></switch>
<div translate>Use Unconfirmed Funds</div>
</li>
<li>
<switch id="enable-notifications" name="notifications" ng-model="notifications" class="green right"></switch>
<div translate>Enable notifications</div>
</li>
</ul>
<h4></h4>
<ul class="no-bullet m0 ">